Updated default config

This commit is contained in:
Profitroll 2023-01-23 14:48:29 +01:00
parent eeff6d40ce
commit a3c27ab4bd
1 changed files with 19 additions and 3 deletions

View File

@ -33,7 +33,9 @@ You can see config file with all the comments below:
"debug": false, "debug": false,
"owner": 0, "owner": 0,
"age_allowed": 0, "age_allowed": 0,
"age_maximum": 70,
"api": "http://example.com", "api": "http://example.com",
"issues": "https://github.com/example/test/issues/new",
"inline_preview_count": 7, "inline_preview_count": 7,
"remove_application_time": -1, "remove_application_time": -1,
"search_radius": 50, "search_radius": 50,
@ -81,7 +83,8 @@ You can see config file with all the comments below:
"enabled": false "enabled": false
}, },
"spoilers": { "spoilers": {
"enabled": true "enabled": true,
"allow_external": true
} }
}, },
"scheduler": { "scheduler": {
@ -104,6 +107,11 @@ You can see config file with all the comments below:
"cache_admins": { "cache_admins": {
"interval": 120, "interval": 120,
"enabled": true "enabled": true
},
"channels_monitor": {
"interval": 5,
"enabled": true,
"channels": []
} }
}, },
"locations": { "locations": {
@ -144,7 +152,6 @@ You can see config file with all the comments below:
"permissions": [ "permissions": [
"users", "users",
"admins", "admins",
"group_users",
"group_admins" "group_admins"
], ],
"modules": [ "modules": [
@ -153,7 +160,7 @@ You can see config file with all the comments below:
}, },
"warn": { "warn": {
"permissions": [ "permissions": [
"group_users" "group_users_admins"
], ],
"modules": [ "modules": [
"warnings" "warnings"
@ -213,6 +220,15 @@ You can see config file with all the comments below:
"sponsorships" "sponsorships"
] ]
}, },
"issue": {
"permissions": [
"users",
"admins"
],
"modules": [
"general"
]
},
"application": { "application": {
"permissions": [ "permissions": [
"admins", "admins",