Skip to content
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

Merged
merged 5 commits into from
Aug 30, 2024
Merged

Pla 1538 4.1 changes #71

merged 5 commits into from
Aug 30, 2024

Conversation

thomaspleasance
Copy link
Contributor

No description provided.

chriluos and others added 2 commits August 16, 2024 14:48
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
Copy link
Contributor

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}
Copy link
Contributor

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
Copy link
Contributor

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
Copy link
Contributor

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:

```
Copy link
Contributor

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: "```"]

@chriluos chriluos marked this pull request as ready for review August 30, 2024 08:12
@chriluos chriluos merged commit b47380f into main Aug 30, 2024
4 checks passed
@chriluos chriluos deleted the PLA-1538 branch August 30, 2024 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants