We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28479cf commit 6bd6790Copy full SHA for 6bd6790
.github/workflows/minos-microservice-common-tests.yml
@@ -29,9 +29,8 @@ jobs:
29
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
30
31
env:
32
- MINOS_BROKER_QUEUE_HOST: postgres
33
- MINOS_REPOSITORY_HOST: postgres
34
- MINOS_SNAPSHOT_HOST: postgres
+ MINOS_DATABASES_DEFAULT_HOST: postgres
+ MINOS_DATABASES_QUERY_HOST: postgres
35
36
steps:
37
- name: Check out repository code
0 commit comments