Allow overriding the rebuild strategy on MBS stage
This commit is contained in:
parent
a95d8b2bc7
commit
0a7ebf6c23
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ class ProdConfiguration(BaseConfiguration):
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
SECRET_KEY = '{{ mbs_stg_secret_key }}'
|
SECRET_KEY = '{{ mbs_stg_secret_key }}'
|
||||||
SQLALCHEMY_DATABASE_URI = 'postgresql://mbs:{{mbs_stg_db_password}}@db-mbs/mbs'
|
SQLALCHEMY_DATABASE_URI = 'postgresql://mbs:{{mbs_stg_db_password}}@db-mbs/mbs'
|
||||||
|
REBUILD_STRATEGY_ALLOW_OVERRIDE = True
|
||||||
{% else %}
|
{% else %}
|
||||||
SECRET_KEY = '{{ mbs_prod_secret_key }}'
|
SECRET_KEY = '{{ mbs_prod_secret_key }}'
|
||||||
SQLALCHEMY_DATABASE_URI = 'postgresql://mbs:{{mbs_prod_db_password}}@db-mbs/mbs'
|
SQLALCHEMY_DATABASE_URI = 'postgresql://mbs:{{mbs_prod_db_password}}@db-mbs/mbs'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue