Skip to content

Commit

Permalink
fix: typo in sqlalchemy.url config for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Dec 12, 2024
1 parent 632a1da commit 188181a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
0.12.1
- fix: better paths for docker setup
- fix: allow chown to fail
- fix: typo in sqlalchemy.url config for docker
0.12.0
- feat: add dcor_config.json for docker images
0.11.8
Expand Down
2 changes: 1 addition & 1 deletion dcor_control/resources/site_dcor-docker/dcor_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"dcor_object_store.endpoint_url": "http://127.0.0.1:9000",
"dcor_object_store.bucket_name": "circle-dev-docker-{organization_id}",
"dcor_object_store.ssl_verify": "false",
"sqalchemy.url": "postgresql://ckandbuser:ckandbpassword@db/ckandb"
"sqlalchemy.url": "postgresql://ckandbuser:ckandbpassword@db/ckandb"
}
}

0 comments on commit 188181a

Please sign in to comment.