From ae7aefe8e430f4c98ff113ba27cbd54158c4891b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 26 Dec 2017 21:35:43 +0100 Subject: [PATCH] Updated parameters for 2.3.1 --- root/etc/ansible/templates/parameters.yml.j2 | 1 + root/var/www/wallabag/app/config/parameters.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/root/etc/ansible/templates/parameters.yml.j2 b/root/etc/ansible/templates/parameters.yml.j2 index 4285931..80de9b4 100644 --- a/root/etc/ansible/templates/parameters.yml.j2 +++ b/root/etc/ansible/templates/parameters.yml.j2 @@ -9,6 +9,7 @@ parameters: database_table_prefix: wallabag_ database_socket: null database_charset: {{ database_charset }} + database_driver_class: null domain_name: {{ domain_name }} diff --git a/root/var/www/wallabag/app/config/parameters.yml b/root/var/www/wallabag/app/config/parameters.yml index 9469a83..9c4dfbb 100644 --- a/root/var/www/wallabag/app/config/parameters.yml +++ b/root/var/www/wallabag/app/config/parameters.yml @@ -9,6 +9,7 @@ parameters: database_table_prefix: wallabag_ database_socket: null database_charset: utf8 + database_driver_class: null domain_name: https://your-wallabag-url-instance.com