gitea/defaults/main.yml

27 lines
583 B
YAML
Raw Normal View History

2023-10-07 00:11:59 +03:00
---
# See https://docs.gitea.io/en-us/config-cheat-sheet/ for additional documentation.
# Default based on https://github.com/go-gitea/gitea/blob/main/custom/conf/app.example.ini
gitea_config:
DEFAULT:
APP_NAME: ; Gitea: Git with a cup of tea
RUN_USER: ; git
server:
database:
DB_TYPE: mysql
HOST: 127.0.0.1:3306 ; can use socket e.g. /var/run/mysqld/mysqld.sock
NAME: gitea
USER: root
security:
INSTALL_LOCK: false
SECRET_KEY:
INTERNAL_TOKEN:
camo:
oauth2:
ENABLE: true
log:
MODE: console
LEVEL: Info
git:
service: