changed default scheme to HTTPS

This commit is contained in:
2016-04-18 12:05:17 +02:00
parent 7df278ef1f
commit c3f0882a10

View File

@@ -3,7 +3,7 @@ from collections import defaultdict
RFC1123_DATE_FORMAT = '%a, %d %b %Y %H:%M:%S GMT'
SCHEME = 'http'
SCHEME = 'https'
STORAGE_DIR = '/data/storage/pillar'
SHARED_DIR = '/data/storage/shared'
PORT = 5000