Allow overriding rebuild_strategy in MBS in prod
This commit is contained in:
parent
7ccec4476e
commit
381bd1b389
1 changed files with 2 additions and 1 deletions
|
@ -96,10 +96,11 @@ class ProdConfiguration(BaseConfiguration):
|
|||
'releng',
|
||||
]
|
||||
|
||||
REBUILD_STRATEGY_ALLOW_OVERRIDE = True
|
||||
|
||||
{% 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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue