Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thedevs-network/kutt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Duda <git@sebdu.de>2022-01-25 16:37:52 +0300
committerSebastian Duda <git@sebdu.de>2022-01-25 16:37:52 +0300
commit10c9145d258f6ea53d4e50a18fab4316038f5b28 (patch)
treed8fd5209a9a399449b674cf30bf63956b7ab1391
parent0bc0e6629ba7d14bbe1ef0857ca9caf7110e953c (diff)
Sanitize neo4j password
Thanks @elimisteve
-rw-r--r--.docker.env2
-rw-r--r--.example.env2
2 files changed, 2 insertions, 2 deletions
diff --git a/.docker.env b/.docker.env
index 96a4276..740be82 100644
--- a/.docker.env
+++ b/.docker.env
@@ -22,7 +22,7 @@ DB_SSL=false
# Neo4j database credential details
NEO4J_DB_URI=bolt://localhost
NEO4J_DB_USERNAME=neo4j
-NEO4J_DB_PASSWORD=BjEphmupAf1D5pDD
+NEO4J_DB_PASSWORD=pass
# Redis host and port
REDIS_HOST=redis
diff --git a/.example.env b/.example.env
index def6361..634af8e 100644
--- a/.example.env
+++ b/.example.env
@@ -22,7 +22,7 @@ DB_SSL=false
# Neo4j database credential details
NEO4J_DB_URI=bolt://localhost
NEO4J_DB_USERNAME=neo4j
-NEO4J_DB_PASSWORD=BjEphmupAf1D5pDD
+NEO4J_DB_PASSWORD=pass
# Redis host and port
REDIS_HOST=127.0.0.1