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:
parent
728283cdc7
commit
e41f352e58
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue