aboutsummaryrefslogtreecommitdiffstats
path: root/roles/ttrss/templates/var
diff options
context:
space:
mode:
Diffstat (limited to 'roles/ttrss/templates/var')
-rw-r--r--roles/ttrss/templates/var/www/ttrss/config.php.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/ttrss/templates/var/www/ttrss/config.php.j2 b/roles/ttrss/templates/var/www/ttrss/config.php.j2
index 9b5e108..3d22694 100644
--- a/roles/ttrss/templates/var/www/ttrss/config.php.j2
+++ b/roles/ttrss/templates/var/www/ttrss/config.php.j2
@@ -1,5 +1,5 @@
<?php
-putenv('TTRSS_SELF_URL_PATH={{ ttrss_url }}');
+putenv('TTRSS_SELF_URL_PATH=https://{{ ttrss_server_name }}');
putenv('TTRSS_DB_TYPE=pgsql');
putenv('TTRSS_DB_HOST={{ ttrss_db_host }}');