18 lines
277 B
INI
18 lines
277 B
INI
[database]
|
|
DB_TYPE = postgres
|
|
HOST = db:5432
|
|
NAME = gitea
|
|
USER = gitea
|
|
PASSWD = gitea
|
|
SSL_MODE = disable
|
|
|
|
[server]
|
|
DOMAIN = localhost
|
|
HTTP_PORT = %(PORT)s
|
|
ROOT_URL = http://localhost/
|
|
SSH_PORT = 2222
|
|
|
|
[repository]
|
|
ROOT = /data/git/repositories
|
|
|