Some defaults fixes

master
Oleg "Zmey!" Vasiliev 2023-10-07 11:40:00 +03:00
parent b365c7f21a
commit bd581e2f37
1 changed files with 3 additions and 3 deletions

View File

@ -4,12 +4,12 @@
# 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
APP_NAME: "Gitea: Git with a cup of tea"
RUN_USER: "gitea"
server:
database:
DB_TYPE: mysql
HOST: 127.0.0.1:3306 ; can use socket e.g. /var/run/mysqld/mysqld.sock
HOST: 127.0.0.1:3306 # can use socket e.g. /var/run/mysqld/mysqld.sock
NAME: gitea
USER: root
security: