20 lines
475 B
JSON
20 lines
475 B
JSON
{
|
|
"App": {
|
|
"CorsOrigins": "https://*.Payment.com,https://localhost:44361"
|
|
},
|
|
"ConnectionStrings": {
|
|
"Default": "Host=localhost;Port=5432;Database=Payment;User ID=root;Password=myPassword;"
|
|
},
|
|
"Redis": {
|
|
"Configuration": "127.0.0.1"
|
|
},
|
|
"AuthServer": {
|
|
"Authority": "https://localhost:44317",
|
|
"RequireHttpsMetadata": true,
|
|
"SwaggerClientId": "Payment_Swagger"
|
|
},
|
|
"StringEncryption": {
|
|
"DefaultPassPhrase": "X8BiQDb1AVYqDATC"
|
|
}
|
|
}
|