27 lines
583 B
YAML
27 lines
583 B
YAML
|
---
|
||
|
|
||
|
# 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:
|