Skip to content
Extraits de code Groupes Projets
Valider 81ba472f rédigé par Rémi - Le Filament's avatar Rémi - Le Filament
Parcourir les fichiers

Remove not present default_maintenance_email

parent 3db371a3
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -21,7 +21,6 @@ Variables from default directory : ...@@ -21,7 +21,6 @@ Variables from default directory :
* smtpuser: SMTP username (defaults to smtpuser) * smtpuser: SMTP username (defaults to smtpuser)
* smtppass: SMTP user password (defaults to veryUnsecurePassToBeModified) * smtppass: SMTP user password (defaults to veryUnsecurePassToBeModified)
* git_mail_from: from address used in e-mail sent from GitLab (defaults to git@{{ domain }}) * git_mail_from: from address used in e-mail sent from GitLab (defaults to git@{{ domain }})
* default_maintenance_email: maintenance e-mail used to request Let's Encrypt certificate (defaults to maintenance@{{ domain }})
* SSO integration : * SSO integration :
* enable_omniauth: whether or not configure SSO integration (defaults to false) * enable_omniauth: whether or not configure SSO integration (defaults to false)
* sso_url: URL for SSO server * sso_url: URL for SSO server
...@@ -53,7 +52,6 @@ Including an example of how to use your role (for instance, with variables passe ...@@ -53,7 +52,6 @@ Including an example of how to use your role (for instance, with variables passe
- { domain: "example.org" } - { domain: "example.org" }
- { git_url: "git.example.org" } - { git_url: "git.example.org" }
- { real_mailserver: false } - { real_mailserver: false }
- { default_maintenance_email: "maintenance@example.org" }
- { enable_omniauth: false } - { enable_omniauth: false }
License License
......
...@@ -10,9 +10,6 @@ smtpuser: smtpuser ...@@ -10,9 +10,6 @@ smtpuser: smtpuser
smtppass: veryUnsecurePassToBeModified smtppass: veryUnsecurePassToBeModified
git_mail_from: git@{{ domain }} git_mail_from: git@{{ domain }}
# Maintenance e-mail for Let's Encrypt certificate
default_maintenance_email: maintenance@{{ domain }}
# SSO integration # SSO integration
enable_omniauth: false enable_omniauth: false
sso_url: auth.{{ domain }} sso_url: auth.{{ domain }}
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter