mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
On my machine, changes to .env are visible if I run `git status`. I think we should delete all .gitignored files and clearly state in the README what needs to be done. Also the .env.template did not have a JWT secret. Probably because sb. edited the local .env file and forgot to edit it in the template.
9 lines
171 B
Plaintext
9 lines
171 B
Plaintext
NEO4J_URI=bolt://localhost:7687
|
|
NEO4J_USER=neo4j
|
|
NEO4J_PASSWORD=letmein
|
|
GRAPHQL_LISTEN_PORT=4000
|
|
GRAPHQL_URI=http://localhost:4000
|
|
MOCK=false
|
|
|
|
JWT_SECRET=b/&&7b78BF&fv/Vd
|