From 384626e3ddea830fc1f9a3835957ea488131cb1e Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Fri, 12 May 2023 20:13:27 +0800 Subject: [PATCH] update --- playbook/roles/gitlab/files/setup.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/playbook/roles/gitlab/files/setup.sh b/playbook/roles/gitlab/files/setup.sh index f1b39b8c..e516797b 100644 --- a/playbook/roles/gitlab/files/setup.sh +++ b/playbook/roles/gitlab/files/setup.sh @@ -58,10 +58,14 @@ global: enabled: true secret: $gitlab_redis_secret key: password + email: + from: 'manbuzhe2009@qq.com' + display_name: GitLab-System smtp: tls: true - enabled: true + pool: true port: 465 + enabled: true domain: exmail.qq.com address: smtp.exmail.qq.com user_name: 'manbuzhe2009@qq.com' @@ -71,11 +75,7 @@ global: authentication: "login" starttls_auto: false openssl_verify_mode: "peer" - pool: true appConfig: - email: - from: 'manbuzhe2009@qq.com' - display_name: GitLab-System omniauth: enabled: true autoLinkLdapUser: false