Made GCLOUD_PROJECT a 'secret' config key.

This prevents developers (like me) from accidentally using the production
GCS project.
This commit is contained in:
Sybren A. Stüvel 2016-04-29 12:56:03 +02:00
parent 9e2664fe20
commit 060590213e

View File

@ -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'