mirror of
https://gitee.com/markliu2013/docker-compose-moneynote.git
synced 2024-11-17 20:58:02 +08:00
12 lines
209 B
Bash
12 lines
209 B
Bash
DB_HOST=mysql
|
|
DB_PORT=3306
|
|
DB_NAME=moneywhere
|
|
DB_USER=root
|
|
DB_PASSWORD=NWPkVrO2
|
|
SERVER_PORT=9092
|
|
DDL_AUTO=update
|
|
SHOW_SQL=true
|
|
|
|
invite_code=111111
|
|
|
|
user_api_base_url=https://api.moneywhere.com/api/v1/user-api/ |