-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pla 1538 4.1 changes #71
Conversation
This is to avoid requiring a new connection string env variable for each database. Database names for existing databases have been made configurable as these may have been modified from their default values in previous onsite installations.
- DatabaseConfiguration__Databases__1__Name=pdb | ||
- DatabaseConfiguration__Databases__1__SettingsKey=PdbReadConnection | ||
|
||
|
||
ccdc-csd-unitcellsearch: | ||
environment: | ||
- UnitCellPdbReadConnection=${CSD_DB_CONNECTIONSTRING};SearchPath=pdb_cell_optimisation | ||
- UnitCellPdbReadConnection=${DB_CONNECTIONSTRING};SearchPath=pdb_cell_optimisation;Database=${CSD_DATABASE} | ||
- DatabaseConfiguration__Databases__1__Name=pdb | ||
- DatabaseConfiguration__Databases__1__SettingsKey=UnitCellPdbReadConnection |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[yamllint] reported by reviewdog 🐶
[error] no new line character at the end of file (new-line-at-end-of-file)
restart: unless-stopped | ||
|
||
ccdc-csd-resultstore: | ||
labels: | ||
<<: *k8s-labels | ||
image: ccdcrepository.azurecr.io/onsite/ccdc-csd-resultstore-api:4.0.0 | ||
environment: | ||
- ResultStoreConnectionString=${CSD_DB_CONNECTIONSTRING};SearchPath=searchstore | ||
- ResultStoreConnectionString=${DB_CONNECTIONSTRING};SearchPath=searchstore;Database=${CSD_DATABASE} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[yamllint] reported by reviewdog 🐶
[error] wrong indentation: expected 6 but found 4 (indentation)
|
||
message-broker: | ||
image: rabbitmq:3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[yamllint] reported by reviewdog 🐶
[error] wrong indentation: expected 4 but found 6 (indentation)
RABBITMQ_DEFAULT_USER: queueuser | ||
RABBITMQ_DEFAULT_PASS: ${CCDC_LICENSING_CONFIGURATION} | ||
restart: unless-stopped |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[yamllint] reported by reviewdog 🐶
[error] trailing spaces (trailing-spaces)
@@ -80,10 +80,11 @@ Here is an example of the .env file: | |||
|
|||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[markdownlint] reported by reviewdog 🐶
MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
No description provided.