Files
podnoms/server/appsettings.json
2018-02-12 18:58:44 +00:00

44 lines
1.2 KiB
JSON

{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"ConnectionStrings": {
"DefaultConnection": "server=localhost;database=PodNoms;user id=sa;password=cTXu1nJLCpC/c"
},
"Auth0": {
"Domain": "podnoms.eu.auth0.com",
"ClientId": "Fx6Z3kZoheEpXhZO97ioAg1asbHDdCtr"
},
"Pusher": {
"AppId": "242694",
"Key": "9f59ab0666214980ef76",
"Cluster": "eu"
},
"App": {
"Version": "1.1",
"RssUrl": "http://localhost:5000/rss/"
},
"Storage": {
"CdnUrl": "https://podnomscdn.blob.core.windows.net/"
},
"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"]
}
}