OPC # 0007: Patch FDEV provisioning for local aspire development

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
amadzarak
2026-04-26 12:48:02 -04:00
parent af573a8aff
commit 25c937e41c
3 changed files with 22 additions and 38 deletions
+10 -3
View File
@@ -5,7 +5,14 @@
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"postgresdb": "Host=localhost;Port=56235;Database=postgresdb;Username=postgres;Password=WdW+Q3wzq.Ssuzq6rT4A}_"
}
"Keycloak": {
"Realm": "clarity-fdev-app-clarity-01000000",
"BaseUrl": "https://keycloak.clarity.test",
"InternalUrl": "http://localhost:8080"
},
"Vault": {
"Address": "http://localhost:8200",
"Token": "hvs.YLYBCUXgeJM3Gq4C10tWBWjw"
},
"Tenant__Id": "fdev-app-clarity-01000000"
}