Fix AutoDetect
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Host=localhost;Port=5432;Username=postgres;Password=postgres;Database=umbra_dev"
|
||||
},
|
||||
"MareSynchronos": {
|
||||
"Jwt": "dev-secret-umbra-abcdefghijklmnopqrstuvwxyz123456",
|
||||
"RedisConnectionString": "localhost:6379,connectTimeout=5000,syncTimeout=5000",
|
||||
"MetricsPort": 4985
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user