We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f99c501 commit 6d6fc13Copy full SHA for 6d6fc13
1 file changed
backend/.env.example
@@ -1,9 +1,14 @@
1
-SERVER_PORT=5001
+SERVER_PORT=YOUR_SERVER_PORT_HERE
2
3
-JWT_SECRET=your_jwt_secret_here
+FRONTEND_LOCAL_URL=YOUR_FRONTEND_LOCAL_URL_HERE
4
+BACKEND_LOCAL_URL=YOUR_BACKEND_LOCAL_URL_HERE
5
-FRONTEND_URL=http://localhost:5173
6
-BACKEND_URL=http://localhost:5001
+FRONTEND_SERVER_URL=YOUR_FRONTEND_SERVER_URL_HERE
7
+BACKEND_SERVER_URL=YOUR_BACKEND_SERVER_URL_HERE
8
-DATABASE_URL="postgresql://<user>:<password>@<host>/<database>?sslmode=require"
9
-GEMINI_API_KEY=
+DATABASE_URL=YOUR_DATABASE_URL_HERE_____AS_____"postgresql://<user>:<password>@<host>/<database>?sslmode=require"
10
+
11
+JWT_SECRET=YOUR_JWT_SECRET_HERE
12
13
+GEMINI_API_KEY=YOUR_GEMINI_API_KEY_HERE
14
+GEMINI_API_SECRET=YOUR_GEMINI_API_SECRET_HERE
0 commit comments