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