Skip to content

Commit 6d6fc13

Browse files
MankuDadaMankuDada
authored andcommitted
env example updated
1 parent f99c501 commit 6d6fc13

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

backend/.env.example

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
SERVER_PORT=5001
1+
SERVER_PORT=YOUR_SERVER_PORT_HERE
22

3-
JWT_SECRET=your_jwt_secret_here
3+
FRONTEND_LOCAL_URL=YOUR_FRONTEND_LOCAL_URL_HERE
4+
BACKEND_LOCAL_URL=YOUR_BACKEND_LOCAL_URL_HERE
45

5-
FRONTEND_URL=http://localhost:5173
6-
BACKEND_URL=http://localhost:5001
6+
FRONTEND_SERVER_URL=YOUR_FRONTEND_SERVER_URL_HERE
7+
BACKEND_SERVER_URL=YOUR_BACKEND_SERVER_URL_HERE
78

8-
DATABASE_URL="postgresql://<user>:<password>@<host>/<database>?sslmode=require"
9-
GEMINI_API_KEY=
9+
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

Comments
 (0)