deprecated var in gitea.1.18.0

This commit is contained in:
meaz 2022-12-30 21:18:00 +01:00
parent 7d0a7f0611
commit bb833d087b
Signed by: meaz
GPG Key ID: CD7A47B2F1ED43B4
1 changed files with 6 additions and 4 deletions

View File

@ -34,7 +34,7 @@ gitea_database_config:
- 'USER = admin'
- 'PASSWD = changeme'
- 'SSL_MODE = disable'
- 'PATH = /home/git/data/gitea.db'
gitea_repository_config:
- 'ROOT = /home/git/gitea-repositories'
@ -47,17 +47,19 @@ gitea_server_config:
- 'DISABLE_SSH = false'
- 'SSH_PORT = 22'
- 'LFS_START_SERVER = true'
- 'LFS_CONTENT_PATH = /home/git/data/lfs'
- 'LFS_JWT_SECRET = ' #40 random chars
- 'OFFLINE_MODE = false'
gitea_lfs_config:
- 'PATH = /home/git/data/lfs'
gitea_mailer_config:
- 'ENABLED = true'
- 'HOST = mail.example.org:587'
- 'SMTP_ADDR = mail.example.org:587'
- 'FROM = noreply@example.org'
- 'USER = noreply@example.org'
- 'PASSWD = CHANGEME' #PASSWD
- 'IS_TLS_ENABLED = true'
- 'PROTOCOL = smtp+starttls'
gitea_service_config:
- 'REGISTER_EMAIL_CONFIRM = true'