khmereid-backend-temp/khmereid_backend/appsettings.Development.json
Ichen Chhoeng ff0e97e36b blah
2025-11-17 11:25:33 +07:00

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": ""
}
}
}