File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ # Note: pls don't use values as strings for the below variables, if you wanna run using docker becuase in this case, docker build fails.
2+ # simply use a format like this: name-of-the-variable=variable-value
3+ # for example: PORT=8080
4+
15# Required
26CORS_ORIGINS = http://localhost:3000
37NODE_ENV = development
48PORT = 8080
59
6- DATABASE_URL = " postgresql://USER:PASSWORD@localhost:5432/your_database_name?schema=public"
7- JWT_SECRET = " replace-with-a-strong-random-secret"
10+ DATABASE_URL = postgresql://USER:PASSWORD@localhost:5432/your_database_name?schema=public
11+ JWT_SECRET = replace-with-a-strong-random-secret
812
913# compulsory for the project search tool
1014# Get a PAT from here https://github.com/settings/developers
You can’t perform that action at this time.
0 commit comments