heroku-gitea/app.ini

18 lines
277 B
INI
Raw Normal View History

2024-10-19 13:50:12 +02:00
[database]
DB_TYPE = postgres
HOST = db:5432
NAME = gitea
USER = gitea
PASSWD = gitea
SSL_MODE = disable
2024-10-19 14:18:13 +02:00
[server]
DOMAIN = localhost
HTTP_PORT = %(PORT)s
2024-10-19 14:20:29 +02:00
ROOT_URL = http://localhost/
2024-10-19 14:18:13 +02:00
SSH_PORT = 2222
2024-10-19 14:01:03 +02:00
[repository]
ROOT = /data/git/repositories