diff --git a/testing/ceph_proxy_config.yaml b/testing/ceph_proxy_config.yaml index a76189ae..0cfcbe7a 100644 --- a/testing/ceph_proxy_config.yaml +++ b/testing/ceph_proxy_config.yaml @@ -7,13 +7,13 @@ broker: exchange: sda routingKey: inbox ssl: False -db: +database: host: postgres port: 5432 user: postgres password: rootpasswd - database: sda - sslmode: disable + name: sda + ssl_mode: disable s3inbox: endpoint: http://ceph-octopus:8100 type: s3 diff --git a/testing/docker-compose.yml b/testing/docker-compose.yml index 14f0cf4b..05ecb3a5 100644 --- a/testing/docker-compose.yml +++ b/testing/docker-compose.yml @@ -107,12 +107,12 @@ services: restart: always environment: - LOG_LEVEL=info - - DB_HOST=postgres - - DB_PORT=5432 - - DB_USER=postgres - - DB_PASSWORD=rootpasswd - - DB_DATABASE=sda - - DB_SSLMODE=disable + - DATABASE_HOST=postgres + - DATABASE_PORT=5432 + - DATABASE_USER=postgres + - DATABASE_PASSWORD=rootpasswd + - DATABASE_DATABASE=sda + - DATABASE_SSL_MODE=disable - BROKER_HOST=rabbitmq - BROKER_USER=test - BROKER_PASSWORD=test