update app settings
This commit is contained in:
parent
4dc7e9f429
commit
3b2c8906eb
@ -24,7 +24,7 @@
|
|||||||
"dotnetRunMessages": true,
|
"dotnetRunMessages": true,
|
||||||
"launchBrowser": true,
|
"launchBrowser": true,
|
||||||
"launchUrl": "swagger",
|
"launchUrl": "swagger",
|
||||||
"applicationUrl": "https://localhost:7253;http://localhost:5145",
|
"applicationUrl": "https://localhost:44312;http://localhost:5145",
|
||||||
"environmentVariables": {
|
"environmentVariables": {
|
||||||
"ASPNETCORE_ENVIRONMENT": "Local"
|
"ASPNETCORE_ENVIRONMENT": "Local"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
},
|
},
|
||||||
"AllowedHosts": "*",
|
"AllowedHosts": "*",
|
||||||
"LocalGateways": {
|
"LocalGateways": {
|
||||||
"ThalosDAL": "https://localhost:7031/api"
|
"ThalosDAL": "https://localhost:44359/api"
|
||||||
},
|
},
|
||||||
"ServiceSettings": {
|
"ServiceSettings": {
|
||||||
"ApplicationName": "thalos",
|
"ApplicationName": "thalos",
|
||||||
@ -15,11 +15,11 @@
|
|||||||
},
|
},
|
||||||
"Vault": {
|
"Vault": {
|
||||||
"Address": "http://100.123.31.103:8200",
|
"Address": "http://100.123.31.103:8200",
|
||||||
"Token": "hvs.e37LQvLuPhTd5ALS5QQ03Cwm",
|
"Token": "hvs.kLjCgmm6ABeuwJNFYma9kDdy",
|
||||||
"SecretMount": "secret"
|
"SecretMount": "secret"
|
||||||
},
|
},
|
||||||
"IdentityProviders": {
|
"IdentityProviders": {
|
||||||
"Google": true,
|
"Google": true,
|
||||||
"Azure": true
|
"Azure": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user