Files
podnoms/server/appsettings.json
Fergal Moran 7656fde404 Version bumps
2018-05-07 00:42:29 +01:00

50 lines
1.3 KiB
JSON

{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"App": {
"Version": "0.23.0",
"SiteUrl": "http://localhost:4200",
"RssUrl": "http://localhost:5000/rss/"
},
"ConnectionStrings": {
"DefaultConnection": "server=localhost;database=PodNoms;user id=sa;password=cTXu1nJLCpC/c",
"PushSubscriptionSqliteDatabase": "Filename=./pushsubscription.db"
},
"Auth0": {
"Domain": "podnoms.eu.auth0.com",
"ClientId": "Fx6Z3kZoheEpXhZO97ioAg1asbHDdCtr"
},
"Pusher": {
"AppId": "242694",
"Key": "9f59ab0666214980ef76",
"Cluster": "eu"
},
"ApplicationsSettings": {
"Downloader": "/usr/local/bin/youtube-dl"
},
"ImageFileStorageSettings": {
"ContainerName": "images",
"MaxUploadFileSize": 10485760,
"AllowedFileTypes": [
".jpg",
".jpeg",
".png"
]
},
"AudioFileStorageSettings": {
"ContainerName": "audio",
"MaxUploadFileSize": 4194304000,
"AllowedFileTypes": [
".mp3",
".m4a",
".wav"
]
}
}