Allow overriding the rebuild strategy on MBS stage

This commit is contained in:
mprahl 2017-11-02 12:24:32 +00:00
parent a95d8b2bc7
commit 0a7ebf6c23

View file

@ -99,6 +99,7 @@ class ProdConfiguration(BaseConfiguration):
{% if env == 'staging' %}
SECRET_KEY = '{{ mbs_stg_secret_key }}'
SQLALCHEMY_DATABASE_URI = 'postgresql://mbs:{{mbs_stg_db_password}}@db-mbs/mbs'
REBUILD_STRATEGY_ALLOW_OVERRIDE = True
{% else %}
SECRET_KEY = '{{ mbs_prod_secret_key }}'
SQLALCHEMY_DATABASE_URI = 'postgresql://mbs:{{mbs_prod_db_password}}@db-mbs/mbs'