Skip to content
Snippets Groups Projects
Commit ccdab5f1 authored by Marc Feger's avatar Marc Feger
Browse files

Remove .env from .gitignore and add it to project

parent e09bcf94
No related branches found
No related tags found
No related merge requests found
.env 0 → 100644
# Neo4J core variables
NEO4J_PORT=7687
NEO4J_PROTOCOL=bolt
NEO4J_HOST=neo
NEO4J_USER=neo4j
NEO4J_PW=neo4j
DB_PW=FooBar
DB_HOST=db
DB_NAME=discussion
DB_PORT=5432
DB_USER=postgres
\ No newline at end of file
...@@ -89,7 +89,6 @@ celerybeat-schedule ...@@ -89,7 +89,6 @@ celerybeat-schedule
*.sage.py *.sage.py
# Environments # Environments
.env
.venv .venv
env/ env/
venv/ venv/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment