updated gitea state

This commit is contained in:
Paul 2022-01-25 00:17:22 +01:00
parent 7ca49ea62c
commit ea7c3bb2dc

View File

@ -27,67 +27,67 @@ gitea:
http_addr: 0.0.0.0
http_port: 3000
root_url: https://git.example.com/
disable_ssh: true
start_ssh_server: false
disable_ssh: "true"
start_ssh_server: "false"
ssh_port: 2222
ssh_listen_port: 2222
offline_mode: false
lfs_start_server: false
offline_mode: "false"
lfs_start_server: "false"
lfs_content_path: data/lfs
lfs_jwt_secret: createYourOwnJWTSecret
enable_gzip: false
enable_gzip: "false"
landing_page: home
cache:
enabled: true
enabled: "true"
adapter: redis
host: redis://127.0.0.1:6379/0?pool_size=100&idle_timeout=180s
mailer:
enable: true
enable: "true"
hostname: mail.example.com
hostandport: mail.example.com:587
from_address: git@example.com
smtp_user: git@example.com
smtp_password: secretPassword1234
skip_verify: false
skip_verify: "false"
service:
register_email_confirm: true
disable_registration: true
require_signin_view: true
enable_captcha: true
enable_notify_mail: true
register_email_confirm: "true"
disable_registration: "true"
require_signin_view: "true"
enable_captcha: "true"
enable_notify_mail: "true"
picture:
disable_gravatar: false
disable_gravatar: "false"
attachment:
enabled: true
enabled: "true"
path: data/attachments
allowed_types: image/jpeg|image/png
max_size: 8
max_files: 5
cron:
enabled: true
run_at_start: false
enabled: "true"
run_at_start: "false"
cron.update_mirrors:
schedule: "0 12 3 * * *"
cron.archive_cleanup:
enabled: false
enabled: "false"
cron.delete_repo_archives:
enabled: false
enabled: "false"
session:
provider: file
cookie_secure: true
cookie_secure: "true"
cookie_name: i_like_gitea
log:
mode: file
level: Info
security:
install_lock:
install_lock: "false"
secret_key: twogirlsonecup
login_remember_days: 30
cookie_username: giteauser
cookie_remember_name: giteausersession
internal_token: motherfuckingtoken
other:
show_footer_branding: true
show_footer_version: true
show_footer_branding: "true"
show_footer_version: "true"
oauth2:
jwt_secret: createYourOwnJWTSecret