Made GCLOUD_PROJECT a 'secret' config key.
This prevents developers (like me) from accidentally using the production GCS project.
This commit is contained in:
parent
9e2664fe20
commit
060590213e
@ -40,7 +40,7 @@ BIN_SSH = '/usr/bin/ssh'
|
||||
BIN_RSYNC = '/usr/bin/rsync'
|
||||
|
||||
GCLOUD_APP_CREDENTIALS = os.path.join(os.path.dirname(__file__), 'google_app.json')
|
||||
GCLOUD_PROJECT = 'blender-cloud'
|
||||
GCLOUD_PROJECT = '-SECRET-'
|
||||
|
||||
ADMIN_USER_GROUP = '5596e975ea893b269af85c0e'
|
||||
SUBSCRIBER_USER_GROUP = '5596e975ea893b269af85c0f'
|
||||
|
Loading…
x
Reference in New Issue
Block a user