mirror of
https://github.com/fergalmoran/podnoms.git
synced 2026-01-07 17:14:02 +00:00
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"Logging": {
|
|
"IncludeScopes": false,
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"System": "Information",
|
|
"Microsoft": "Information"
|
|
}
|
|
},
|
|
"App": {
|
|
"Version": "0.22.0",
|
|
"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"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|