File: dokuwiki.default

package info (click to toggle)
dokuwiki 0.0.20220731.a-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 32,244 kB
  • sloc: php: 187,701; javascript: 5,931; sql: 1,204; sh: 672; xml: 384; perl: 216; makefile: 77
file content (21 lines) | stat: -rw-r--r-- 650 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Configuration file for the dokuwiki crontab job

# Comment or set to false to disable daily cleanup
# (see <https://www.dokuwiki.org/tips:maintenance>)
# (default is false)
RUN_CLEANUP="true"

# By default, cache files older than 180 days (~6 months) are removed:
# you can use this variable to change this value according to your
# needs.
# (default is 180)
#CLEANUP_MAXDAYS=180

# Set to true to remove revisions older than $CLEANUP_MAXDAYS
# (default is false)
REMOVE_REVISIONS="false"

# Set to true to enable daily spam blacklist update from Wikipedia
# (see <https://www.dokuwiki.org/blacklist>)
# (default is false)
UPDATE_BLACKLIST="false"