bodhi@service is your True Name!
https://en.wikipedia.org/wiki/True_name#Folklore_and_Literature
This commit is contained in:
parent
0af39d9314
commit
a24287b5e3
1 changed files with 1 additions and 7 deletions
|
@ -14,13 +14,7 @@ data:
|
||||||
AUTH_METHOD = 'OIDC'
|
AUTH_METHOD = 'OIDC'
|
||||||
OIDC_REQUIRED_SCOPE = 'https://waiverdb.fedoraproject.org/oidc/create-waiver'
|
OIDC_REQUIRED_SCOPE = 'https://waiverdb.fedoraproject.org/oidc/create-waiver'
|
||||||
OIDC_CLIENT_SECRETS = '/etc/secret/client_secrets.json'
|
OIDC_CLIENT_SECRETS = '/etc/secret/client_secrets.json'
|
||||||
{% if env == 'staging' %}
|
SUPERUSERS = ['bodhi@service']
|
||||||
# bowlofeggs, pingou, puiterwijk -- can you confirm that this is right before
|
|
||||||
# we enable it in prod? -- yours, threebean
|
|
||||||
SUPERUSERS = ['bodhi']
|
|
||||||
{% else %}
|
|
||||||
SUPERUSERS = []
|
|
||||||
{% endif %}
|
|
||||||
PORT = 8080
|
PORT = 8080
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
MESSAGE_BUS_PUBLISH = True
|
MESSAGE_BUS_PUBLISH = True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue