heroku-gitea/app.ini
awieczarek 7ba86538da fix
2024-10-19 13:50:12 +02:00

18 lines
278 B
INI

[database]
DB_TYPE = postgres
HOST = db:5432
NAME = gitea
USER = gitea
PASSWD = gitea
SSL_MODE = disable
[server]
DOMAIN = localhost
HTTP_PORT = 3000
ROOT_URL = http://localhost:3000/
SSH_PORT = 2222
[repository]
ROOT = /data/git/repositories