promiscuity/microservices/InventoryApi/appsettings.Development.json
Zeeshaun 038981d7b1
All checks were successful
Deploy Promiscuity Auth API / deploy (push) Successful in 46s
Deploy Promiscuity Character API / deploy (push) Successful in 57s
Deploy Promiscuity Inventory API / deploy (push) Successful in 59s
Deploy Promiscuity Locations API / deploy (push) Successful in 58s
k8s smoke test / test (push) Successful in 8s
Speeding up visible location call
2026-03-20 09:50:17 -05:00

12 lines
199 B
JSON

{
"InternalApi": {
"Key": "SuperUltraSecureJwtKeyWithAtLeast32Chars!!"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}