|
@@ -4,11 +4,18 @@ PORT=3000
|
|
|
# The domain that this website is on
|
|
# The domain that this website is on
|
|
|
DEFAULT_DOMAIN="localhost:3000"
|
|
DEFAULT_DOMAIN="localhost:3000"
|
|
|
|
|
|
|
|
-# Neo4j database credential details
|
|
|
|
|
-DB_URI="bolt://localhost"
|
|
|
|
|
-DB_USERNAME=
|
|
|
|
|
|
|
+# Postgres database credential details
|
|
|
|
|
+DB_HOST=localhost
|
|
|
|
|
+DB_NAME=postgres
|
|
|
|
|
+DB_USER=
|
|
|
DB_PASSWORD=
|
|
DB_PASSWORD=
|
|
|
|
|
|
|
|
|
|
+# ONLY NEEDED FOR MIGRATION !!1!
|
|
|
|
|
+# Neo4j database credential details
|
|
|
|
|
+NEO4J_DB_URI="bolt://localhost"
|
|
|
|
|
+NEO4J_DB_USERNAME=neo4j
|
|
|
|
|
+NEO4J_DB_PASSWORD=BjEphmupAf1D5pDD
|
|
|
|
|
+
|
|
|
# Redis host and port
|
|
# Redis host and port
|
|
|
REDIS_DISABLED=false
|
|
REDIS_DISABLED=false
|
|
|
REDIS_HOST="127.0.0.1"
|
|
REDIS_HOST="127.0.0.1"
|
|
@@ -47,6 +54,7 @@ GOOGLE_SAFE_BROWSING_KEY=
|
|
|
# Google Analytics tracking ID for universal analytics.
|
|
# Google Analytics tracking ID for universal analytics.
|
|
|
# Example: UA-XXXX-XX
|
|
# Example: UA-XXXX-XX
|
|
|
GOOGLE_ANALYTICS=
|
|
GOOGLE_ANALYTICS=
|
|
|
|
|
+GOOGLE_ANALYTICS_UNIVERSAL=
|
|
|
|
|
|
|
|
# Google Analytics tracking ID for universal analytics
|
|
# Google Analytics tracking ID for universal analytics
|
|
|
# This one is used for links
|
|
# This one is used for links
|