feat(forgejo): Add blocklist for registering e-mails
All checks were successful
build configuration / build_and_cache_rescue01 (push) Successful in 1m44s
build configuration / build_and_cache_geo01 (push) Successful in 1m21s
build configuration / build_and_cache_geo02 (push) Successful in 1m25s
build configuration / build_and_cache_storage01 (push) Successful in 1m56s
build configuration / build_and_cache_compute01 (push) Successful in 2m3s
build configuration / build_and_cache_vault01 (push) Successful in 1m24s
build configuration / build_and_cache_bridge01 (push) Successful in 1m13s
build configuration / build_and_cache_web02 (push) Successful in 1m26s
build configuration / build_and_cache_web03 (push) Successful in 1m29s
lint / check (push) Successful in 25s
build configuration / build_and_cache_web01 (push) Successful in 1m58s
All checks were successful
build configuration / build_and_cache_rescue01 (push) Successful in 1m44s
build configuration / build_and_cache_geo01 (push) Successful in 1m21s
build configuration / build_and_cache_geo02 (push) Successful in 1m25s
build configuration / build_and_cache_storage01 (push) Successful in 1m56s
build configuration / build_and_cache_compute01 (push) Successful in 2m3s
build configuration / build_and_cache_vault01 (push) Successful in 1m24s
build configuration / build_and_cache_bridge01 (push) Successful in 1m13s
build configuration / build_and_cache_web02 (push) Successful in 1m26s
build configuration / build_and_cache_web03 (push) Successful in 1m29s
lint / check (push) Successful in 25s
build configuration / build_and_cache_web01 (push) Successful in 1m58s
This commit is contained in:
parent
32d28ed351
commit
89b22a34da
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ in
|
|||
|
||||
service = {
|
||||
EMAIL_DOMAIN_ALLOWLIST = "dgnum.eu,*";
|
||||
EMAIL_DOMAIN_BLOCKLIST = "*.shop";
|
||||
ENABLE_NOTIFY_MAIL = true;
|
||||
|
||||
DISABLE_REGISTRATION = false;
|
||||
|
|
Loading…
Reference in a new issue