Some defaults fixes
parent
b365c7f21a
commit
bd581e2f37
|
@ -4,12 +4,12 @@
|
||||||
# Default based on https://github.com/go-gitea/gitea/blob/main/custom/conf/app.example.ini
|
# Default based on https://github.com/go-gitea/gitea/blob/main/custom/conf/app.example.ini
|
||||||
gitea_config:
|
gitea_config:
|
||||||
DEFAULT:
|
DEFAULT:
|
||||||
APP_NAME: ; Gitea: Git with a cup of tea
|
APP_NAME: "Gitea: Git with a cup of tea"
|
||||||
RUN_USER: ; git
|
RUN_USER: "gitea"
|
||||||
server:
|
server:
|
||||||
database:
|
database:
|
||||||
DB_TYPE: mysql
|
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
|
NAME: gitea
|
||||||
USER: root
|
USER: root
|
||||||
security:
|
security:
|
||||||
|
|
Loading…
Reference in New Issue