# -*- coding: utf-8 -*- # vim: ft=yaml gitea: pkg_manage_repo: False pkg_name: 'gitea' config_path: '/etc/gitea/app.ini' config_owner: 'gitea' config_group: 'gitea' config_mode: 0644 service_name: 'gitea' service_enabled: True # App configuration defaults config: app_name: 'Gitea: Git with a cup of tea' run_user: 'git' run_mode: 'prod' app_data_path: '/var/lib/gitea' security: secret_key: 'ChangeMeBeforeRunning' server: domain: 'localhost' http_address: '127.0.0.1' http_port: '3000' app_url: 'http://localhost:3000/' disable_ssh: False ssh_domain: "%(DOMAIN)s" ssh_port: 22 offline_mode: False database: driver: 'sqlite3' host: '127.0.0.1:3306' name: 'gitea' user: 'gitea' password: '' path: '/var/lib/gitea/data/gitea.db' ssl: 'disable' charset: 'utf8' log_sql: 'false'