Skip to content
Snippets Groups Projects
Commit 1eae9f28 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

FIX: Server name for docker environment.

parent eee8b7a7
No related branches found
No related tags found
1 merge request!1Integration tests for minimal functionality
Pipeline #11435 failed
......@@ -2,7 +2,7 @@
"connections": {
"default": "local-caosdb",
"local-caosdb-admin": {
"host": "localhost",
"host": "caosdb-server",
"port": 8443,
"server_certificate_path": "/cert/caosdb.cert.pem",
"authentication": {
......@@ -12,7 +12,7 @@
}
},
"local-caosdb": {
"host": "localhost",
"host": "caosdb-server",
"port": 8443,
"server_certificate_path": "/cert/caosdb.cert.pem",
"authentication": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment