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:
Robert Schäfer 2018-11-04 10:38:06 +01:00
parent 99531a3f7b
commit cc65cfe175
2 changed files with 2 additions and 10 deletions

10
.env
View File

@ -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

View File

@ -4,3 +4,5 @@ NEO4J_PASSWORD=letmein
GRAPHQL_LISTEN_PORT=4000
GRAPHQL_URI=http://localhost:4000
MOCK=false
JWT_SECRET=b/&&7b78BF&fv/Vd