From e8c456926ca003d2dbd8555dca1e7d4a5b54be16 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Fri, 17 Sep 2021 09:52:47 +1000 Subject: [PATCH] lodgeit: use logo from system-config assets This currently uses a file served from gitea's staic assets; to isolate us from changes to gitea's file layout switch this to use the canonical file directly from system-config/assets. Change-Id: Ibf67040af2b0a18261621a120ee26c78020e3ace --- playbooks/roles/lodgeit/templates/docker-compose.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/lodgeit/templates/docker-compose.yaml.j2 b/playbooks/roles/lodgeit/templates/docker-compose.yaml.j2 index 7516009838..373f558f2f 100644 --- a/playbooks/roles/lodgeit/templates/docker-compose.yaml.j2 +++ b/playbooks/roles/lodgeit/templates/docker-compose.yaml.j2 @@ -33,5 +33,5 @@ services: environment: LODGEIT_DBURI: 'mysql+pymysql://{{ lodgeit_db_username }}:{{ lodgeit_db_password }}@127.0.0.1:3306/{{ lodgeit_db_dbname }}' LODGEIT_SECRET_KEY: '{{ lodgeit_secret_key }}' - LODGEIT_TITLE_OVERRIDE: 'Opendev Pastebin' + LODGEIT_TITLE_OVERRIDE: 'Opendev Pastebin'