Revise CBB and remove unnecessary code

This commit is contained in:
2025-07-27 19:32:34 -06:00
parent 4e620e92f6
commit 6a055bc3db
24 changed files with 65 additions and 251 deletions

View File

@@ -8,18 +8,18 @@
"LocalGateways": {
"ThalosService": "https://localhost:7253/api"
},
"Authentication": {
"Google": {
"ClientId": "128345072002-mtfdgpcur44o9tbd7q6e0bb9qnp2crfp.apps.googleusercontent.com",
"ClientSecret": "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",
"ApplicationName": "Thalos",
"RedirectUri": "https://localhost:7239/api/v1/Authentication/callback"
}
"ServiceSettings": {
"ApplicationName": "thalos",
"LayerName": "bff"
},
"JwtIssuerOptions": {
"Audience": "https://localhost:7239/",
"Issuer": "webApi"
"Vault": {
"Address": "http://100.123.31.103:8200",
"Token": "hvs.e37LQvLuPhTd5ALS5QQ03Cwm",
"SecretMount": "secret"
},
"SecretKey": "iNivDmHLpUA223sqsfhqGbMRdRj1PVkH1"
"IdentityProviders": {
"Google": true,
"Azure": true
}
}