From 195c7839bf0fe75e777bfa45785e6c0cf3b203d6 Mon Sep 17 00:00:00 2001 From: Aidan Fitzgerald Date: Wed, 6 Mar 2019 21:43:44 -0500 Subject: [PATCH] Set RUN_USER and APP_NAME --- roles/gitea/templates/app.ini.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/gitea/templates/app.ini.j2 b/roles/gitea/templates/app.ini.j2 index 80e468883..6df505ecf 100644 --- a/roles/gitea/templates/app.ini.j2 +++ b/roles/gitea/templates/app.ini.j2 @@ -5,9 +5,9 @@ ; see https://docs.gitea.io/en-us/config-cheat-sheet/ for additional documentation. ; 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 -RUN_USER = git +RUN_USER = {{ gitea_user }} ; Either "dev", "prod" or "test", default is "dev" RUN_MODE = dev