init2
Production deploy / build (push) Failing after 0s Details

This commit is contained in:
wendazhi 2026-02-11 19:10:05 +08:00
parent c46355260a
commit 8f3eb1f1e4
2 changed files with 9 additions and 0 deletions

6
backend/.env.develop Normal file
View File

@ -0,0 +1,6 @@
DATABASE_URL=postgresql://wildgrowth_rw:olCRbB9EKrMEfb@localhost:5432/wildgrowth?schema=public
# DATABASE_URL=postgresql://postgres:yangyichenYANGYICHENkaifa859@localhost:5432/wildgrowth_app?schema=public
JWT_SECRET=IZLHw83LLhlmeia2HjolCRbB9EKrMEfb
PORT=3005

3
backend/.env.online Normal file
View File

@ -0,0 +1,3 @@
DATABASE_URL=postgresql://wildgrowth_rw:olCRbB9EKrMEfb@localhost:5432/wildgrowth?schema=public
JWT_SECRET=IZLHw83LLhlmeia2HjolCRbB9EKrMEfb
PORT=3005