diff options
Diffstat (limited to 'feed/sse_config.py')
-rw-r--r-- | feed/sse_config.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/feed/sse_config.py b/feed/sse_config.py index a882fbf..bb9ca59 100644 --- a/feed/sse_config.py +++ b/feed/sse_config.py @@ -10,6 +10,14 @@ SSE_DB_USER= "sse_web" SSE_DB_PASSWORD = "xxx" SSE_DB_DATABASE = "sse" +#SSE_DEBIAN_URL_DOWNLOAD = "http://update.alturo-server.de/debian/" +#SSE_DEBIAN_URL_DOWNLOAD = "http://ftp.fr.debian.org/debian/" +SSE_DEBIAN_URL_DOWNLOAD = "http://ftp.us.debian.org/debian/" +SSE_DEBIAN_URL = "http://ftp.us.debian.org/debian/" + +SSE_DISTRIBUTION = "unstable" +SSE_RELEASE = "main" + from sse_config_local import * assert SSE_CRAWLER_ID != 0 |