1
0
Fork 0
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:
Aidan Fitzgerald 2019-03-06 21:43:44 -05:00
parent 3bab4f2209
commit 195c7839bf

View file

@ -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