|
@@ -2,10 +2,10 @@
|
|
|
PORT=3000
|
|
PORT=3000
|
|
|
|
|
|
|
|
# The domain that this website is on
|
|
# The domain that this website is on
|
|
|
-SITE_NAME="Kutt"
|
|
|
|
|
|
|
+SITE_NAME=Kutt
|
|
|
|
|
|
|
|
# The domain that this website is on
|
|
# The domain that this website is on
|
|
|
-DEFAULT_DOMAIN="localhost:3000"
|
|
|
|
|
|
|
+DEFAULT_DOMAIN=localhost:3000
|
|
|
|
|
|
|
|
# Generated link length
|
|
# Generated link length
|
|
|
LINK_LENGTH=6
|
|
LINK_LENGTH=6
|
|
@@ -20,12 +20,12 @@ DB_SSL=false
|
|
|
|
|
|
|
|
# ONLY NEEDED FOR MIGRATION !!1!
|
|
# ONLY NEEDED FOR MIGRATION !!1!
|
|
|
# Neo4j database credential details
|
|
# Neo4j database credential details
|
|
|
-NEO4J_DB_URI="bolt://localhost"
|
|
|
|
|
|
|
+NEO4J_DB_URI=bolt://localhost
|
|
|
NEO4J_DB_USERNAME=neo4j
|
|
NEO4J_DB_USERNAME=neo4j
|
|
|
NEO4J_DB_PASSWORD=BjEphmupAf1D5pDD
|
|
NEO4J_DB_PASSWORD=BjEphmupAf1D5pDD
|
|
|
|
|
|
|
|
# Redis host and port
|
|
# Redis host and port
|
|
|
-REDIS_HOST="127.0.0.1"
|
|
|
|
|
|
|
+REDIS_HOST=127.0.0.1
|
|
|
REDIS_PORT=6379
|
|
REDIS_PORT=6379
|
|
|
REDIS_PASSWORD=
|
|
REDIS_PASSWORD=
|
|
|
|
|
|