1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gogs_ynh.git synced 2024-09-03 20:36:23 +02:00

Update app.ini

This commit is contained in:
ericgaspar 2022-01-11 09:02:29 +01:00
parent 728283cdc7
commit e41f352e58
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -1,5 +1,5 @@
; App name that shows on every page title ; 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 ; The name of the system user that runs Gogs
RUN_USER = __APP__ RUN_USER = __APP__
; Either "dev", "prod" or "test" ; Either "dev", "prod" or "test"
@ -8,7 +8,7 @@ RUN_MODE = prod
[server] [server]
PROTOCOL = http PROTOCOL = http
DOMAIN = __DOMAIN__ DOMAIN = __DOMAIN__
ROOT_URL = https://__URL__/ EXTERNAL_URL = https://__URL__/
HTTP_ADDR = 0.0.0.0 HTTP_ADDR = 0.0.0.0
HTTP_PORT = __PORT__ HTTP_PORT = __PORT__
; Permission for unix socket ; Permission for unix socket