Files
managing-apps/src/Managing.Api/appsettings.Development.json
2025-12-14 01:15:40 +07:00

18 lines
344 B
JSON

{
"Privy": {
"AppId": "cm6f47n1l003jx7mjwaembhup"
},
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Information",
"System": "Warning"
}
}
},
"EnableSwagger": true,
"RunOrleansGrains": true,
"AllowedHosts": "*",
"KAIGEN_CREDITS_ENABLED": false
}