Files
AI/참고/ontocast-main/docker/neo4j/.env.example

7 lines
172 B
Plaintext
Raw Normal View History

2026-05-12 19:40:31 +09:00
IMAGE_VERSION=neo4j:5.21.0
SPEC=ontocast
CONTAINER_NAME="${SPEC}.neo4j"
NEO4J_PORT=7476
NEO4J_BOLT_PORT=7689
NEO4J_PLUGINS='["n10s"]'
NEO4J_AUTH="neo4j/test!passfortesting"