summarylogtreecommitdiffstats
path: root/owncloud-news-updater.ini
blob: 1b910429c784946d051c16cbda055898d6105269 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[updater]
# only needed when using the REST API
user = admin
# only needed when using the REST API
password = admin
# how many threads to use
threads = 10
# update interval in seconds
interval = 900
# 'info' for logging accessed urls, 'error' to only log errors
loglevel = error
# absolute path or url to owncloud instance (url, when using the REST API)
url = /usr/share/webapps/owncloud
# absolute path to custom php.ini
#phpini = /path/to/custom/php.ini
# v1-2 for owncloud-app-news < 9.0.0, v2 for owncloud-app-news >= 9.0.0
apilevel = v1-2
# 'endless' (script handles update interval itself) or 'singlerun' (when using systemd timer)
mode = endless