mirror of
https://gitee.com/markliu2013/docker-compose-moneynote.git
synced 2024-11-17 20:58:02 +08:00
save
This commit is contained in:
parent
8dc0a930e4
commit
47f933291b
15
.env.example
15
.env.example
@ -1,15 +0,0 @@
|
|||||||
NETWORKS_DRIVER=bridge
|
|
||||||
VOLUMES_DRIVER=local
|
|
||||||
TIMEZONE=UTC
|
|
||||||
DATA_PATH=./data
|
|
||||||
|
|
||||||
################# MoneyWhere ###################
|
|
||||||
PLAYEDU_PC_PORT=9800
|
|
||||||
PLAYEDU_ADMIN_PORT=9900
|
|
||||||
|
|
||||||
################# MySQL ###################
|
|
||||||
MYSQL_HOST=mysql
|
|
||||||
MYSQL_PORT=3306
|
|
||||||
MYSQL_DATABASE=moneywhere
|
|
||||||
MYSQL_USER=root
|
|
||||||
MYSQL_ROOT_PASSWORD=123456
|
|
8
api.env
8
api.env
@ -3,10 +3,4 @@ DB_PORT=3306
|
|||||||
DB_NAME=moneywhere
|
DB_NAME=moneywhere
|
||||||
DB_USER=root
|
DB_USER=root
|
||||||
DB_PASSWORD=NWPkVrO2
|
DB_PASSWORD=NWPkVrO2
|
||||||
SERVER_PORT=9092
|
invite_code=111111
|
||||||
DDL_AUTO=update
|
|
||||||
SHOW_SQL=true
|
|
||||||
|
|
||||||
invite_code=111111
|
|
||||||
|
|
||||||
user_api_base_url=https://api.moneywhere.com/api/v1/user-api/
|
|
Loading…
Reference in New Issue
Block a user