summaryrefslogtreecommitdiffstats
path: root/bin/updater/example-config.ini
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-12-04 10:32:23 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-12-04 10:32:23 +0100
commit69624de11f8ec6c5fb59c6e099447d6644fb5d5a (patch)
treee96a53dd17a68eda5b9ed9531f129fae58a83b45 /bin/updater/example-config.ini
parent90ae9ae044f2505954374fd155890315a8bb64f8 (diff)
add systemd scripts for updater
Diffstat (limited to 'bin/updater/example-config.ini')
-rw-r--r--bin/updater/example-config.ini10
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/updater/example-config.ini b/bin/updater/example-config.ini
new file mode 100644
index 000000000..67e9299b4
--- /dev/null
+++ b/bin/updater/example-config.ini
@@ -0,0 +1,10 @@
+# all values are optional and can be left out to require the argument being
+# passed in from the command line
+
+[updater]
+user = admin
+password = admin
+threads = 10
+interval = 1000
+testrun = false
+url = http://localhost/owncloud \ No newline at end of file