feat: use application.yml to config
This commit is contained in:
@@ -65,6 +65,7 @@ docker-compose >= 1.29.2
|
||||
├── bin # shell script and binary file
|
||||
├── docker # docker compose work directory
|
||||
│ ├── env # default docker environment file, will be copy to docker compose work directory
|
||||
│ ├── java # java image directory
|
||||
│ ├── mysql # mysql database container directory
|
||||
│ │ ├── conf
|
||||
│ │ ├── conf.d
|
||||
@@ -135,6 +136,7 @@ docker-compose >= 1.29.2
|
||||
MYSQL_USER=mysql
|
||||
MYSQL_PASSWORD=123456
|
||||
REDIS_PORT=6379
|
||||
NACOS_PROFILE_NAME=prod
|
||||
NACOS_NAME_SPACE=wfc-prod
|
||||
NACOS_SERVER_NAME=wfc-nacos
|
||||
WFC_SERVER_PORT=80
|
||||
|
||||
Reference in New Issue
Block a user