12 lines
232 B
JSON
12 lines
232 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"FreeTubeSync": "Data Source=/app/data/FreeTubeSync.db"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|