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