From 987229f17b485d9cbcb1c4db681ae103797442fd Mon Sep 17 00:00:00 2001 From: awieczarek Date: Sat, 19 Oct 2024 14:18:13 +0200 Subject: [PATCH] Fix --- app.ini | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app.ini b/app.ini index 52ed2f4..b8df4fb 100644 --- a/app.ini +++ b/app.ini @@ -6,6 +6,12 @@ USER = gitea PASSWD = gitea SSL_MODE = disable +[server] +DOMAIN = localhost +HTTP_PORT = %(PORT)s +ROOT_URL = http://localhost:%(PORT)s/ +SSH_PORT = 2222 + [repository] ROOT = /data/git/repositories