Skip to content

Commit 80ba9e3

Browse files
Fixes typo in default config entry.
1 parent 09b60ab commit 80ba9e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ services:
4747
- STRUCTR_MAX_HEAP=4g
4848
- AGREE_TO_STRUCTR_PRIVACY_POLICY=yes
4949
- STRUCTR_superuser_password=superuser
50-
- STRUCTR_database_available_connections=neo4j-default
50+
- STRUCTR_database_available_connections=neo4j_default
5151
- STRUCTR_neo4j__default_database_driver=org.structr.bolt.BoltDatabaseService
5252
- STRUCTR_neo4j__default_database_connection_name=neo4j_default
5353
- STRUCTR_neo4j__default_database_connection_url=bolt://neo4j:7687

0 commit comments

Comments
 (0)