You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ombi/src/Ombi/appsettings.json

43 lines
717 B

{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Debug",
"Microsoft": "None",
"Hangfire": "None"
}
8 years ago
},
7 years ago
"ApplicationSettings": {
"Verison": "{{VERSIONNUMBER}}",
"Branch": "{{BRANCH}}",
"FriendlyVersion": "v3.0.0"
7 years ago
},
"UserSettings": {
"WebsiteUrl": "http://localhost:52038",
"UseHttps": false
},
8 years ago
"TokenAuthentication": {
7 years ago
"SecretKey": "secretkey_secretkey1234!"
},
"LandingPageBackground": {
"Movies": [
278,
244786,
680,
155,
13,
1891,
399106
],
"TvShows": [
121361,
74205,
81189,
79126,
79349,
275274
]
}
}