22 lines
371 B
JSON
22 lines
371 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Ory": {
|
|
"Kratos": {
|
|
"PublicUrl": "http://localhost:4433",
|
|
"AdminUrl": "http://localhost:4434"
|
|
}
|
|
},
|
|
"Kyc": {
|
|
"EKYC_Solutions": {
|
|
"BaseUrl": "",
|
|
"PrivateKey": ""
|
|
}
|
|
}
|
|
}
|