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