fix
This commit is contained in:
@@ -63,5 +63,14 @@ THEMES=auto,gitea,arc-green,edge-auto,edge-dark,edge-light,everforest-auto,everf
|
||||
ALLOWED_HOST_LIST=${var.webhook.allowed-hosts}
|
||||
SKIP_TLS_VERIFY=${var.webhook.skip-tls-verify}
|
||||
EOF
|
||||
openid = <<-EOF
|
||||
ENABLE_OPENID_SIGNIN=true
|
||||
ENABLE_OPENID_SIGNUP=true
|
||||
EOF
|
||||
oauth2_client = <<-EOF
|
||||
REGISTER_EMAIL_CONFIRM=false
|
||||
ENABLE_AUTO_REGISTRATION=true
|
||||
ACCOUNT_LINKING=auto
|
||||
EOF
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user