From e41f352e587735dbc1cfc28fb4e4ce72c956c606 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 11 Jan 2022 09:02:29 +0100 Subject: [PATCH] Update app.ini --- conf/app.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/app.ini b/conf/app.ini index 5a08d74..a1b9e07 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -1,5 +1,5 @@ ; App name that shows on every page title -APP_NAME = Gogs: Go Git Service +BRAND_NAME = Gogs: Go Git Service ; The name of the system user that runs Gogs RUN_USER = __APP__ ; Either "dev", "prod" or "test" @@ -8,7 +8,7 @@ RUN_MODE = prod [server] PROTOCOL = http DOMAIN = __DOMAIN__ -ROOT_URL = https://__URL__/ +EXTERNAL_URL = https://__URL__/ HTTP_ADDR = 0.0.0.0 HTTP_PORT = __PORT__ ; Permission for unix socket