Skip to content

Commit

Permalink
feat: updated main env template
Browse files Browse the repository at this point in the history
  • Loading branch information
Bikram-ghuku committed Jun 14, 2024
1 parent 4f5c60c commit 916e67b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .example.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ POSTGRES_USER=<USER_NAME>
POSTGRES_PASSWORD=<PASSWORD>
POSTGRES_HOST=<POSTGRES_HOST>
PGPORT=<DB_PORT>
PORT=<BACKEND_PORT>
APIPORT=<BACKEND_PORT>
SOCKPORT=<SOCKETIO_PORT>
JWT_KEY=<JWT_KEY>
GH_CLIENT_ID=<GH_CLIENT_ID>
GH_PRIVATE_ID=<GH_PRIVATE_ID>

0 comments on commit 916e67b

Please sign in to comment.