17 lines
400 B
JSON
17 lines
400 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Host=127.0.0.1;Port=15432;Database=quantenginedb;Username=quantengine_ci;Password=quantengine_ci;Search Path=quantengine;"
|
|
},
|
|
"AdminSettings": {
|
|
"Username": "admin",
|
|
"Password": "quant123!"
|
|
}
|
|
}
|