tyt-api-nest/.env.example

6 lines
297 B
Plaintext

DATABASE_URL="postgresql://postgres:lyh1234@192.168.0.180:5432/tyt-api-nest"
AUTH_TOKEN_SECRET="replace-with-a-strong-random-secret"
SYSTEM_ADMIN_BOOTSTRAP_KEY="replace-with-admin-bootstrap-key"
WECHAT_MINIAPP_APPID="replace-with-miniapp-appid"
WECHAT_MINIAPP_SECRET="replace-with-miniapp-secret"