From 47f933291bce561bd6f759889c878e7201b46627 Mon Sep 17 00:00:00 2001 From: markliu2013 Date: Wed, 2 Aug 2023 00:53:30 +0800 Subject: [PATCH] save --- .env.example | 15 --------------- api.env | 8 +------- 2 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 .env.example diff --git a/.env.example b/.env.example deleted file mode 100644 index 3b2a834..0000000 --- a/.env.example +++ /dev/null @@ -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 \ No newline at end of file diff --git a/api.env b/api.env index 46d7001..39733bd 100644 --- a/api.env +++ b/api.env @@ -3,10 +3,4 @@ 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/ \ No newline at end of file +invite_code=111111 \ No newline at end of file