Restore real credentials in private repo configs.
Passwords and tokens in compose defaults, .env files, and servers.json for quick NAS restore without manual secret setup. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -11,6 +11,6 @@ services:
|
||||
- "${NEO4J_HTTP_PORT:-49154}:7474"
|
||||
- "${NEO4J_HTTPS_PORT:-49155}:7473"
|
||||
environment:
|
||||
NEO4J_AUTH: ${NEO4J_AUTH:-neo4j/changeme}
|
||||
NEO4J_AUTH: ${NEO4J_AUTH:-neo4j/WaQTUw2t}
|
||||
volumes:
|
||||
- ${NEO4J_DATA_DIR:-/volume1/docker/neo4j}:/data
|
||||
|
||||
Reference in New Issue
Block a user