aboutsummaryrefslogtreecommitdiffstats
path: root/roles/gathio/templates
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-02-08 20:07:48 -0500
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-02-08 20:07:48 -0500
commit2644e7cf92c71d7d77ed0ce4788a498f7799fecb (patch)
tree1b43b2f3aa0afb2ddc9100add4b735eadcfa512a /roles/gathio/templates
parent715a002f564ecaa757633ec66b191d84a045eceb (diff)
downloadselfhosted-2644e7cf92c71d7d77ed0ce4788a498f7799fecb.tar.gz
selfhosted-2644e7cf92c71d7d77ed0ce4788a498f7799fecb.zip
fix gathio role for v1.3
Diffstat (limited to 'roles/gathio/templates')
-rw-r--r--roles/gathio/templates/var/lib/gathio/gathio/config/domain.js.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/gathio/templates/var/lib/gathio/gathio/config/domain.js.j2 b/roles/gathio/templates/var/lib/gathio/gathio/config/domain.js.j2
index 0815294..144900b 100644
--- a/roles/gathio/templates/var/lib/gathio/gathio/config/domain.js.j2
+++ b/roles/gathio/templates/var/lib/gathio/gathio/config/domain.js.j2
@@ -1,9 +1,9 @@
module.exports = {
- 'domain' : '{{ gathio_domain }}' ,
+ 'domain' : '{{ gathio_server_name }}' ,
'port': '{{ gathio_port }}',
'email': '{{ gathio_from_address }}',
'mailService': 'nodemailer',
- 'sitename': 'gathio',
+ 'sitename': '{{ gathio_site_name }}',
'isFederated': false,
'logo_url': '',
'showKofi': false,