This commit is contained in:
awieczarek 2024-10-19 14:18:13 +02:00
parent 84e540add4
commit 987229f17b

View File

@ -6,6 +6,12 @@ USER = gitea
PASSWD = gitea PASSWD = gitea
SSL_MODE = disable SSL_MODE = disable
[server]
DOMAIN = localhost
HTTP_PORT = %(PORT)s
ROOT_URL = http://localhost:%(PORT)s/
SSH_PORT = 2222
[repository] [repository]
ROOT = /data/git/repositories ROOT = /data/git/repositories