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