mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Set RUN_USER and APP_NAME
This commit is contained in:
parent
3bab4f2209
commit
195c7839bf
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@
|
||||||
; see https://docs.gitea.io/en-us/config-cheat-sheet/ for additional documentation.
|
; see https://docs.gitea.io/en-us/config-cheat-sheet/ for additional documentation.
|
||||||
|
|
||||||
; App name that shows in every page title
|
; App name that shows in every page title
|
||||||
APP_NAME = Gitea: Git with a cup of tea
|
APP_NAME = Internet-in-a-Box Gitea
|
||||||
; Change it if you run locally
|
; Change it if you run locally
|
||||||
RUN_USER = git
|
RUN_USER = {{ gitea_user }}
|
||||||
; Either "dev", "prod" or "test", default is "dev"
|
; Either "dev", "prod" or "test", default is "dev"
|
||||||
RUN_MODE = dev
|
RUN_MODE = dev
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue