aboutsummaryrefslogtreecommitdiffstats
path: root/roles/gathio/templates
diff options
context:
space:
mode:
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,