From 31907e58394484c2447402f630c0a5c93c5b37e7 Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Sun, 12 May 2013 11:02:04 -0400 Subject: minimum viable demonstration --- settings.py.example | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 settings.py.example (limited to 'settings.py.example') 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 -- cgit v1.2.3