first commit
This commit is contained in:
18
microservices/KonSoft.Admin.HttpApi.Host/appsettings.json
Normal file
18
microservices/KonSoft.Admin.HttpApi.Host/appsettings.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"App": {
|
||||
"SelfUrl": "https://localhost:44350",
|
||||
"CorsOrigins": "https://*.Admin.com",
|
||||
"RedirectAllowedUrls": ""
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"Default": "Host=localhost;Port=5432;Database=Admin;User ID=root;Password=myPassword;"
|
||||
},
|
||||
"AuthServer": {
|
||||
"Authority": "https://localhost:44350",
|
||||
"RequireHttpsMetadata": false,
|
||||
"SwaggerClientId": "Admin_Swagger"
|
||||
},
|
||||
"StringEncryption": {
|
||||
"DefaultPassPhrase": "YXM86JJ7EFsh21K9"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user