Explorar el Código

Sanitize neo4j password

Thanks @elimisteve
Sebastian Duda hace 4 años
padre
commit
10c9145d25
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      .docker.env
  2. 1 1
      .example.env

+ 1 - 1
.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

+ 1 - 1
.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