mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Delete .gitignored file .env
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.
This commit is contained in:
parent
99531a3f7b
commit
cc65cfe175
10
.env
10
.env
@ -1,10 +0,0 @@
|
|||||||
NEO4J_URI=bolt://localhost:7687
|
|
||||||
NEO4J_USER=neo4j
|
|
||||||
NEO4J_PASSWORD=letmein
|
|
||||||
|
|
||||||
GRAPHQL_LISTEN_PORT=4000
|
|
||||||
GRAPHQL_URI=http://localhost:4000
|
|
||||||
CLIENT_URI=http://localhost:3000
|
|
||||||
JWT_SECRET=b/&&7b78BF&fv/Vd
|
|
||||||
|
|
||||||
MOCK=false
|
|
||||||
@ -4,3 +4,5 @@ NEO4J_PASSWORD=letmein
|
|||||||
GRAPHQL_LISTEN_PORT=4000
|
GRAPHQL_LISTEN_PORT=4000
|
||||||
GRAPHQL_URI=http://localhost:4000
|
GRAPHQL_URI=http://localhost:4000
|
||||||
MOCK=false
|
MOCK=false
|
||||||
|
|
||||||
|
JWT_SECRET=b/&&7b78BF&fv/Vd
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user