This commit removes the `AdminAuth` section from the `appsettings.Development.json`, `appsettings.Uat.json`, and `appsettings.json` files, eliminating the URL for the admin authentication service. Additionally, the `AllowedHosts` setting in `appsettings.json` has been updated to restrict allowed hosts to specific domains (`*.surge365.com;*.travmanity.com`). The `ConnectionStrings` section has also been removed from the development and UAT configuration files.
12 lines
301 B
JSON
12 lines
301 B
JSON
{
|
|
"KeyVaultName": "surge365-keyvault-dev",
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"EnvironmentCode": "UAT",
|
|
"DefaultUnsubscribeUrl": "https://uat.emailopentracking.surge365.com/unsubscribe.htm"
|
|
} |