Skip to content
Snippets Groups Projects
Commit 8f97bdab authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

CHG: Use linkahead-client.json

Use LINKAHEAD_CLIENT_CONFIGURATION instead of CAOSDB_CLIENT_CONFIGURATION
parent bd990e8f
No related branches found
No related tags found
2 merge requests!41Release 0.3.0,!36Rename cppinttest
Pipeline #54982 passed
......@@ -13,6 +13,7 @@ WORKDIR /caosdb-cppinttest
RUN rm -rf .git
COPY .docker/caosdb-client.json /caosdb-client.json
COPY .docker/linkahead-client.json /linkahead-client.json
# Build and run tests.
# If no other command is given to the Docker image
......
{
"connections": {
"default": {
"host": "caosdb-server",
"port": 8443,
"server_certificate_path": "/cert/caosdb.cert.pem",
"authentication": {
"type": "plain",
"username": "admin",
"password": "caosdb"
}
}
}
}
......@@ -5,7 +5,7 @@ services:
environment:
CAOSDB_SERVER_HOST: caosdb-server
CAOSDB_SERVER_CERT: /cert/caosdb.cert.pem
CAOSDB_CLIENT_CONFIGURATION: /caosdb-client.json
LINKAHEAD_CLIENT_CONFIGURATION: /linkahead-client.json
networks:
- docker_caosnet
volumes:
......
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