2024-03-08 21:18:30 -06:00
|
|
|
{
|
2024-03-15 21:35:24 -05:00
|
|
|
"ActiveAllocator": {
|
|
|
|
"Database": {
|
|
|
|
"Host": "localhost",
|
|
|
|
"Name": "AAISB_DB",
|
|
|
|
"User": "postgres",
|
|
|
|
"Password": "nqA3UV3CliLLHpLL",
|
|
|
|
"Port": "15432"
|
|
|
|
},
|
|
|
|
"AllowedHosts": [
|
|
|
|
"*"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ConnectionStrings": {
|
|
|
|
"PSQLConnection": "Server=localhost;Port=15432;Database=aadb;User Id=postgres;Password=nqA3UV3CliLLHpLL"
|
|
|
|
},
|
2024-03-08 21:18:30 -06:00
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
2024-03-15 21:35:24 -05:00
|
|
|
"Microsoft": "Warning",
|
|
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
2024-03-08 21:18:30 -06:00
|
|
|
}
|
|
|
|
},
|
2024-03-15 21:17:05 -05:00
|
|
|
"AppSettings": {
|
|
|
|
"Secret": "5de80277015f9fd564c4d1cc2cf827dbb1774cd66e7d79aa258d9c35a9f67f32fc6cf0dc24244242bd9501288e0fd69e315b",
|
2024-03-15 21:35:24 -05:00
|
|
|
"APIUrl": "https://localhost:7260"
|
2024-03-15 21:17:05 -05:00
|
|
|
},
|
2024-03-15 21:35:24 -05:00
|
|
|
"EnvelopeFund": {
|
|
|
|
"CheckIntervalInMinutes": 10
|
|
|
|
}
|
2024-03-08 21:18:30 -06:00
|
|
|
}
|