blob: 61491ff5a00ac54ca6990fa0d63e8894200cbd90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"JwtConfig": {
"Issuer": "api.crupest.xyz",
"Audience": "api.crupest.xyz"
},
"Cors": [ "https://www.crupest.xyz", "https://crupest.xyz" ]
}
|