From 8f3eb1f1e4ca62100e8f9a6e2b5c4e2d09398412 Mon Sep 17 00:00:00 2001 From: wendazhi Date: Wed, 11 Feb 2026 19:10:05 +0800 Subject: [PATCH] init2 --- backend/.env.develop | 6 ++++++ backend/.env.online | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 backend/.env.develop create mode 100644 backend/.env.online diff --git a/backend/.env.develop b/backend/.env.develop new file mode 100644 index 0000000..7903fac --- /dev/null +++ b/backend/.env.develop @@ -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 \ No newline at end of file diff --git a/backend/.env.online b/backend/.env.online new file mode 100644 index 0000000..cc10601 --- /dev/null +++ b/backend/.env.online @@ -0,0 +1,3 @@ +DATABASE_URL=postgresql://wildgrowth_rw:olCRbB9EKrMEfb@localhost:5432/wildgrowth?schema=public +JWT_SECRET=IZLHw83LLhlmeia2HjolCRbB9EKrMEfb +PORT=3005 \ No newline at end of file