Set config to env variables

This commit is contained in:
2025-12-14 01:15:40 +07:00
parent 2157d1f2c9
commit e0e4dda808
11 changed files with 43 additions and 204 deletions

View File

@@ -1,10 +1,18 @@
{
"RunOrleansGrains": false,
"DeploymentMode": false,
"Logging": {
"LogLevel": {
"Privy": {
"AppId": "cm6f47n1l003jx7mjwaembhup"
},
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
"Override": {
"Microsoft": "Information",
"System": "Warning"
}
}
}
}
},
"EnableSwagger": true,
"RunOrleansGrains": true,
"AllowedHosts": "*",
"KAIGEN_CREDITS_ENABLED": false
}