2
0

新建部署配置

This commit is contained in:
2025-12-19 14:20:00 +08:00
commit da82f77082
4 changed files with 125 additions and 0 deletions

8
.env.example Normal file
View File

@@ -0,0 +1,8 @@
# postgres
DB_USERNAME=
DB_PASSWORD=
DB_NAME=
DB_PORT=5432
# redis
REDIS_PORT=6379