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