Files
netoik-git/files/forgejo/netoik_app.ini
samuel 7e971433a7
Some checks failed
Continuous Delivery / build_n_upload (push) Has been cancelled
feat: create admin user
2026-03-03 02:29:04 +01:00

28 lines
560 B
INI

# Do not edit this file unless you are aware about what you are doing!
# See official doc here: https://docs.gitea.com/next/administration/config-cheat-sheet
APP_NAME = Netoïk Git Server
RUN_USER = forgejo
RUN_MODE = prod
WORK_PATH = /var/lib/forgejo
[server]
DOMAIN = git.netoik.io
ROOT_URL = https://git.netoik.io/
HTTP_ADDR = 127.0.0.1
HTTP_PORT = 3000
SSH_DOMAIN = git.netoik.io
SSH_PORT = 22222
[database]
DB_TYPE = postgres
HOST = /run/postgresql
NAME = forgejo
USER = forgejo
[security]
INSTALL_LOCK = true
[service]
DISABLE_REGISTRATION = true