This commit is contained in:
xxx
2024-06-05 17:24:49 +08:00
parent f5047edd91
commit 37fccc1f40
9 changed files with 1750 additions and 17 deletions

18
.env.example Normal file
View File

@@ -0,0 +1,18 @@
################# PlayEdu ###################
PLAYEDU_API_PORT=9700
PLAYEDU_PC_PORT=9800
PLAYEDU_H5_PORT=9801
PLAYEDU_ADMIN_PORT=9900
PLAYEDU_JWT_KEY=playeduxyz
################# MySQL ###################
MYSQL_PORT=3306
################# Redis ###################
REDIS_PORT=6379
################# MINIO ###################
MINIO_ROOT_USERNAME=username
MINIO_ROOT_PASSWORD=password
MINIO_PORT=9002
MINIO_CONSOLE_PORT=50002