mirror of
https://github.com/fergalmoran/podnoms.git
synced 2026-01-14 12:35:59 +00:00
39 lines
1009 B
JSON
39 lines
1009 B
JSON
{
|
|
"Logging": {
|
|
"IncludeScopes": false,
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"System": "Information",
|
|
"Microsoft": "Information"
|
|
}
|
|
},
|
|
"App": {
|
|
"Version": "0.24.0"
|
|
},
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "server=localhost;database=PodNoms;user id=sa;password=cTXu1nJLCpC/c",
|
|
"PushSubscriptionSqliteDatabase": "Filename=./pushsubscription.db"
|
|
},
|
|
"HelpersSettings": {
|
|
"Downloader": "/usr/local/bin/youtube-dl"
|
|
},
|
|
"ImageFileStorageSettings": {
|
|
"ContainerName": "images",
|
|
"MaxUploadFileSize": 10485760,
|
|
"AllowedFileTypes": [
|
|
".jpg",
|
|
".jpeg",
|
|
".png"
|
|
]
|
|
},
|
|
"AudioFileStorageSettings": {
|
|
"ContainerName": "audio",
|
|
"MaxUploadFileSize": 4194304000,
|
|
"AllowedFileTypes": [
|
|
".mp3",
|
|
".m4a",
|
|
".wav"
|
|
]
|
|
}
|
|
}
|