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