19 lines
534 B
INI
19 lines
534 B
INI
# Configuration cheat sheet: https://docs.gitea.io/en-us/config-cheat-sheet/
|
|
RUN_USER = gitea
|
|
RUN_MODE = prod
|
|
APP_NAME = Gitea: Git with a cup of tea
|
|
WORK_PATH = /var/lib/gitea
|
|
|
|
[repository]
|
|
ROOT = /var/lib/gitea/git
|
|
SCRIPT_TYPE = sh
|
|
|
|
[server]
|
|
STATIC_ROOT_PATH = /usr/share/webapps/gitea
|
|
APP_DATA_PATH = /var/lib/gitea/data
|
|
LFS_START_SERVER = true
|
|
SSH_DOMAIN = #host ip address or domain name
|
|
DOMAIN = #host ip address or domain name
|
|
HTTP_PORT = 3000
|
|
ROOT_URL = https://git.dasfad.com/ #I changed this to my domain
|
|
DISABLE_SSH = false |