summaryrefslogtreecommitdiffstats
path: root/bin/example_config.ini
diff options
context:
space:
mode:
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