Specify admin groups for MBS.
This commit is contained in:
parent
63812aa0c0
commit
1e6f6ebcf5
1 changed files with 6 additions and 0 deletions
|
@ -92,6 +92,12 @@ class ProdConfiguration(BaseConfiguration):
|
||||||
#'packager',
|
#'packager',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
# These groups are allowed to cancel the builds of other users.
|
||||||
|
ADMIN_GROUPS = [
|
||||||
|
'factory2',
|
||||||
|
'releng',
|
||||||
|
]
|
||||||
|
|
||||||
{% 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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue