summarylogtreecommitdiffstats
path: root/nextcloud-news-updater.ini
diff options
context:
space:
mode:
Diffstat (limited to 'nextcloud-news-updater.ini')
-rw-r--r--nextcloud-news-updater.ini7
1 files changed, 4 insertions, 3 deletions
diff --git a/nextcloud-news-updater.ini b/nextcloud-news-updater.ini
index cd7ee11b9377..104988bd6b34 100644
--- a/nextcloud-news-updater.ini
+++ b/nextcloud-news-updater.ini
@@ -12,9 +12,10 @@ loglevel = error
# absolute path or url to nextcloud instance (url, when using the REST API)
url = /usr/share/webapps/nextcloud
# absolute path to custom php.ini
-#phpini = /path/to/custom/php.ini
-# v1-2 for nextcloud-app-news < 9.0.0, v2 for nextcloud-app-news >= 9.0.0
+#phpini = /etc/php/php.ini
+# v1-2 is the current version, v2 is only a draft
apilevel = v1-2
# 'endless' (script handles update interval itself) or 'singlerun' (when using systemd timer)
mode = endless
-
+# path to php binary
+php = /usr/bin/php