summaryrefslogtreecommitdiffstats
path: root/feed
diff options
context:
space:
mode:
Diffstat (limited to 'feed')
-rw-r--r--feed/sse_config_local.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/feed/sse_config_local.py b/feed/sse_config_local.py
new file mode 100644
index 0000000..ed2303f
--- /dev/null
+++ b/feed/sse_config_local.py
@@ -0,0 +1,10 @@
+
+SSE_DIR = "/home/lennart/sse/feed"
+SSE_CRAWLER_ID = 1
+
+SSE_DB_HOST = "localhost"
+SSE_DB_USER= "sse_rw"
+SSE_DB_PASSWORD = "iiD2Uete"
+SSE_DB_DATABASE = "sse"
+
+SSE_DEBIAN_URL_DOWNLOAD = "http://update.alturo-server.de/debian/"