about summary refs log tree commit diff
path: root/.env.production.sample
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-10-15 12:37:43 +0200
committerEugen Rochko <eugen@zeonfederated.com>2016-10-15 12:37:43 +0200
commit4d336ceface783c255e62220cfa76812630ff1a1 (patch)
tree72407fd4b5368d3e8cdfd4c85ae928a654d8d261 /.env.production.sample
parent20f581f79669118a1a4052408078d53c7bbe83f2 (diff)
Add sync command for neo4j, fix configuration, add neo4j to docker-compose, fix seed
Diffstat (limited to '.env.production.sample')
-rw-r--r--.env.production.sample2
1 files changed, 2 insertions, 0 deletions
diff --git a/.env.production.sample b/.env.production.sample
index 070aa0c3a..b68ba523c 100644
--- a/.env.production.sample
+++ b/.env.production.sample
@@ -6,6 +6,8 @@ DB_USER=postgres
 DB_NAME=postgres
 DB_PASS=
 DB_PORT=5432
+NEO4J_HOST=neo4j
+NEO4J_PORT=7474
 
 # Federation
 LOCAL_DOMAIN=example.com