nodes/htz.ex42-1048908: add some blocked email domains
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
9e1e3acfea
commit
b04a207262
3 changed files with 6 additions and 0 deletions
|
@ -63,6 +63,7 @@ DEFAULT_KEEP_EMAIL_PRIVATE = true
|
|||
DEFAULT_ALLOW_CREATE_ORGANIZATION = false
|
||||
DEFAULT_ENABLE_TIMETRACKING = true
|
||||
NO_REPLY_ADDRESS = noreply.${domain}
|
||||
EMAIL_DOMAIN_BLOCKLIST = ${','.join(sorted(email_domain_blocklist))}
|
||||
|
||||
[mailer]
|
||||
ENABLED = true
|
||||
|
|
|
@ -15,6 +15,7 @@ defaults = {
|
|||
'security_secret_key': repo.vault.password_for('{} gitea security_secret_key'.format(node.name)),
|
||||
'oauth_secret_key': repo.vault.password_for('{} gitea oauth_secret_key'.format(node.name)),
|
||||
'internal_token': repo.vault.password_for('{} gitea internal_token'.format(node.name)),
|
||||
'email_domain_blocklist': set(),
|
||||
},
|
||||
'icinga2_api': {
|
||||
'gitea': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue