origin/apps/server/.env.example

14 lines
426 B
Plaintext
Raw Normal View History

2024-12-31 15:57:32 +08:00
DATABASE_URL="postgresql://root:Letusdoit000@localhost:5432/app?schema=public"
2024-08-02 19:48:38 +08:00
REDIS_HOST=localhost
REDIS_PORT=6379
2024-12-30 09:22:38 +08:00
REDIS_PASSWORD=Letusdoit000
2024-08-02 19:48:38 +08:00
TUS_URL=http://localhost:8080
2024-09-10 11:27:13 +08:00
JWT_SECRET=/yT9MnLm/r6NY7ee2Fby6ihCHZl+nFx4OQFKupivrhA=
2024-12-30 09:22:38 +08:00
PUSH_URL=http://dns:9092
PUSH_APPID=123
PUSH_APPSECRET=123
DEADLINE_CRON="0 0 8 * * *"
SERVER_PORT=3000
ADMIN_PHONE_NUMBER=13258117304
NODE_ENV=development
2025-02-06 16:32:52 +08:00
UPLOAD_DIR=/opt/projects/re-mooc/uploads