1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

Move display name to Ansible config

This commit is contained in:
Aidan Fitzgerald 2019-03-07 13:28:06 -05:00
parent 59c67ddf60
commit dec10f2ea1
2 changed files with 4 additions and 1 deletions

View file

@ -43,3 +43,6 @@ gitea_url: /gitea
gitea_full_url: "http://{{ iiab_hostname }}.{{ iiab_domain }}{{ gitea_url }}"
gitea_port: 61734 # leet for GITEA
# Extra configuration
gitea_display_name: Internet-in-a-Box Gitea

View file

@ -5,7 +5,7 @@
; see https://docs.gitea.io/en-us/config-cheat-sheet/ for additional documentation.
; App name that shows in every page title
APP_NAME = Internet-in-a-Box Gitea
APP_NAME = {{ gitea_display_name }}
; Change it if you run locally
RUN_USER = {{ gitea_user }}
; Either "dev", "prod" or "test", default is "dev"