f
This commit is contained in:
parent
717a033cf0
commit
dda1273951
1 changed files with 6 additions and 6 deletions
|
@ -77,10 +77,10 @@ gitea_http_port: "3000"
|
||||||
gitea_http_listen: "0.0.0.0"
|
gitea_http_listen: "0.0.0.0"
|
||||||
gitea_root_url: https://git2.mgrote.net
|
gitea_root_url: https://git2.mgrote.net
|
||||||
# database
|
# database
|
||||||
gitea_db_type: postgres
|
gitea_db_type: "postgres"
|
||||||
gitea_db_host: localhost
|
gitea_db_host: "localhost"
|
||||||
gitea_db_name: gitea
|
gitea_db_name: "gitea"
|
||||||
gitea_db_user: gitea
|
gitea_db_user: "gitea"
|
||||||
gitea_db_password: "{{ lookup('keepass', 'gitea_db_password', 'password') }}"
|
gitea_db_password: "{{ lookup('keepass', 'gitea_db_password', 'password') }}"
|
||||||
# indexer
|
# indexer
|
||||||
gitea_repo_indexer_enabled: true
|
gitea_repo_indexer_enabled: true
|
||||||
|
@ -103,8 +103,8 @@ gitea_default_allow_create_organization: true
|
||||||
gitea_default_org_visibility: "public"
|
gitea_default_org_visibility: "public"
|
||||||
# Mailer
|
# Mailer
|
||||||
gitea_mailer_enabled: true
|
gitea_mailer_enabled: true
|
||||||
gitea_mailer_protocol: smtp
|
gitea_mailer_protocol: "smtp"
|
||||||
gitea_mailer_smtp_addr: docker10.mgrote.net
|
gitea_mailer_smtp_addr: "docker10.mgrote.net"
|
||||||
gitea_mailer_smtp_port: 1025
|
gitea_mailer_smtp_port: 1025
|
||||||
gitea_mailer_from: "gitea@mgrote.net"
|
gitea_mailer_from: "gitea@mgrote.net"
|
||||||
gitea_subject_prefix: "git2.mgrote.net - " # muss der bindestrichs ein?
|
gitea_subject_prefix: "git2.mgrote.net - " # muss der bindestrichs ein?
|
||||||
|
|
Loading…
Reference in a new issue