Take default crappy secret key from config.py
This forces anyone installing Pillar to actually generate a proper secret.
This commit is contained in:
@@ -14,3 +14,5 @@ GCLOUD_APP_CREDENTIALS = 'invalid-file-because-gcloud-storage-should-be-mocked-i
|
||||
STORAGE_BACKEND = 'local'
|
||||
|
||||
EXTERNAL_SUBSCRIPTIONS_MANAGEMENT_SERVER = "http://store.localhost/api"
|
||||
|
||||
SECRET_KEY = '12345'
|
||||
|
Reference in New Issue
Block a user