Files
podnoms/server/appsettings.json
Fergal Moran 593199a910 Version bumps
2018-05-12 21:37:19 +01:00

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"
]
}
}