mirror of
https://github.com/fergalmoran/podnoms.git
synced 2026-01-28 19:34:48 +00:00
50 lines
1.3 KiB
JSON
Executable File
50 lines
1.3 KiB
JSON
Executable File
{
|
|
"Logging": {
|
|
"IncludeScopes": false,
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"System": "Information",
|
|
"Microsoft": "Information"
|
|
}
|
|
},
|
|
"App": {
|
|
"Version": "0.17.0",
|
|
"RssUrl": "http://localhost:5000/rss/"
|
|
},
|
|
"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"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
} |