summaryrefslogtreecommitdiff
path: root/test_config.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test_config.cfg')
-rw-r--r--test_config.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/test_config.cfg b/test_config.cfg
new file mode 100644
index 0000000..2ac0560
--- /dev/null
+++ b/test_config.cfg
@@ -0,0 +1,4 @@
+SERVE_PATH = '/tmp'
+UPLOAD_KEYS = [
+ b'foobar' # test key
+]