Skip to content

Commit

Permalink
Merge branch 'main' into fix-create-repository-attribute-error-message
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus-Kuhn authored Dec 9, 2024
2 parents 4b2e20e + 4a2eea3 commit 200b541
Show file tree
Hide file tree
Showing 12 changed files with 1,082 additions and 62 deletions.
8 changes: 8 additions & 0 deletions .dev/appsettings.override.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@
}
},
"Modules": {
"Announcements": {
"Infrastructure": {
"SqlDatabase": {
"Provider": "Postgres",
"ConnectionString": "User ID=announcements;Password=Passw0rd;Server=postgres;Port=5432;Database=enmeshed;"
}
}
},
"Challenges": {
"Infrastructure": {
"SqlDatabase": {
Expand Down
2 changes: 1 addition & 1 deletion .dev/compose.backbone.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
BACKBONE_VERSION=6.20.0
BACKBONE_VERSION=6.22.0
4 changes: 4 additions & 0 deletions .dev/compose.backbone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ services:
Database__Provider: Postgres
Database__ConnectionString: "Server=postgres;Database=enmeshed;User Id=devices;Password=Passw0rd;Port=5432"

networks:
default:
name: backbone

configs:
Config:
file: appsettings.override.json
Loading

0 comments on commit 200b541

Please sign in to comment.