19 lines
474 B
JSON
19 lines
474 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|