2
0
Files
deploy/.env.example

11 lines
126 B
Plaintext
Raw Permalink Normal View History

2025-12-20 19:00:20 +08:00
DB_USERNAME=test
DB_PASSWORD=test
DB_NAME=app
2025-12-19 14:20:00 +08:00
DB_PORT=5432
REDIS_PORT=6379
2025-12-20 19:00:20 +08:00
WEB_PORT=3000
2026-01-06 19:19:18 +08:00
ADMIN_PORT=3001
PLATFORM_PORT=8080