2026-08-20 07:02:44 -07:00
|
|
|
# Copy this file to .env and fill in real values before running.
|
|
|
|
|
# docker-compose.yml requires these — it will refuse to start with defaults.
|
|
|
|
|
|
|
|
|
|
# Neo4j credentials for the graph memory backend (format: user/password).
|
2026-06-02 19:08:45 -04:00
|
|
|
NEO4J_AUTH=neo4j/CHANGEME
|
2026-08-20 07:02:44 -07:00
|
|
|
# Password only, for library / non-Docker use of the Neo4j memory backend.
|
|
|
|
|
NEO4J_PASSWORD=CHANGEME
|
|
|
|
|
|
|
|
|
|
# Proxy token — gates the data plane whenever the proxy is not loopback-only.
|
|
|
|
|
# Generate: openssl rand -hex 32
|
|
|
|
|
HEADROOM_PROXY_TOKEN=CHANGEME
|
|
|
|
|
|
|
|
|
|
# Optional: set to 0.0.0.0 to expose the proxy on the network (requires a token).
|
|
|
|
|
# HEADROOM_BIND_ADDR=127.0.0.1
|