aboutsummaryrefslogtreecommitdiffstats
path: root/settings.py.example
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py.example')
-rw-r--r--settings.py.example9
1 files changed, 9 insertions, 0 deletions
diff --git a/settings.py.example b/settings.py.example
new file mode 100644
index 0000000..f953c3a
--- /dev/null
+++ b/settings.py.example
@@ -0,0 +1,9 @@
+
+# copy this file to "settings.py", then edit the below
+PORT = 8080
+HOST = '127.0.0.1'
+DEBUG = True
+
+OCTOPART_CACHE_FOLDER = './cache'
+OCTOPART_API_KEY = 'CHANGEME'
+OCTOPART_BATCH_SIZE = 20