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
Branches
No related tags found
2 merge requests!41Release 0.3.0,!36Rename cppinttest
Pipeline #54982 passed
This commit is part of merge request !36. Comments created here will be created in the context of that merge request.
...@@ -13,6 +13,7 @@ WORKDIR /caosdb-cppinttest ...@@ -13,6 +13,7 @@ WORKDIR /caosdb-cppinttest
RUN rm -rf .git RUN rm -rf .git
COPY .docker/caosdb-client.json /caosdb-client.json COPY .docker/caosdb-client.json /caosdb-client.json
COPY .docker/linkahead-client.json /linkahead-client.json
# Build and run tests. # Build and run tests.
# If no other command is given to the Docker image # 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: ...@@ -5,7 +5,7 @@ services:
environment: environment:
CAOSDB_SERVER_HOST: caosdb-server CAOSDB_SERVER_HOST: caosdb-server
CAOSDB_SERVER_CERT: /cert/caosdb.cert.pem CAOSDB_SERVER_CERT: /cert/caosdb.cert.pem
CAOSDB_CLIENT_CONFIGURATION: /caosdb-client.json LINKAHEAD_CLIENT_CONFIGURATION: /linkahead-client.json
networks: networks:
- docker_caosnet - docker_caosnet
volumes: volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment