Another configuration compatibility fix.
This commit is contained in:
parent
07062187d0
commit
655394009e
|
@ -155,7 +155,7 @@ gitea_app_configurations:
|
||||||
- { section: 'session', option: 'COOKIE_SECURE', value: 'false', state: 'present'}
|
- { section: 'session', option: 'COOKIE_SECURE', value: 'false', state: 'present'}
|
||||||
# - { section: 'mailer', option: 'ENABLED', value: 'true', state: 'present' }
|
# - { section: 'mailer', option: 'ENABLED', value: 'true', state: 'present' }
|
||||||
# - { section: 'mailer', option: 'FROM', value: '{{ gitea_mail_from }}', state: 'present' }
|
# - { section: 'mailer', option: 'FROM', value: '{{ gitea_mail_from }}', state: 'present' }
|
||||||
# - { section: 'mailer', option: 'MAILER_TYPE', value: '{{ gitea_mailer_type }}', state: 'present' }
|
# - { section: 'mailer', option: 'MAILER_PROTOCOL', value: '{{ gitea_mailer_type }}', state: 'present' }
|
||||||
# - { section: 'mailer', option: 'SENDMAIL_PATH', value: '{{ gitea_sendmail_path }}', state: 'present' }
|
# - { section: 'mailer', option: 'SENDMAIL_PATH', value: '{{ gitea_sendmail_path }}', state: 'present' }
|
||||||
# - { section: 'metrics', option: 'ENABLED', value: 'true', state: 'present' }
|
# - { section: 'metrics', option: 'ENABLED', value: 'true', state: 'present' }
|
||||||
# - { section: 'metrics', option: 'TOKEN', value: '{{ gitea_prometheus_bearer_token }}', state: 'present' }
|
# - { section: 'metrics', option: 'TOKEN', value: '{{ gitea_prometheus_bearer_token }}', state: 'present' }
|
||||||
|
|
Loading…
Reference in New Issue