summaryrefslogtreecommitdiffstats
path: root/bin/example_config.ini
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-17 11:43:10 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-17 11:43:10 +0100
commitc1a468907274a8489f24265e273620a8d0ccf1e8 (patch)
treed36c68c612e178fc05ab3e8750188fa64f04210d /bin/example_config.ini
parent5fe20ec424becaf362a07ebbbf4b366d52f0711a (diff)
fix #654, fix #312
Diffstat (limited to 'bin/example_config.ini')
-rw-r--r--bin/example_config.ini10
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/example_config.ini b/bin/example_config.ini
new file mode 100644
index 000000000..67e9299b4
--- /dev/null
+++ b/bin/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