From c5ffaf1b0dc801c55e7e5c7e2c95398a181630a8 Mon Sep 17 00:00:00 2001 From: L3D Date: Tue, 15 Nov 2022 02:08:58 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3d4080..56b2022 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ What this Ansible role does not create are users in Etebase. And the configurati | etebase__allowed_hosts_allowed_host1 | ``*`` | The allowed Host for this etebase server | | etebase__allowed_hosts_extra | |Variable for aditional parameter in the ``[allowed_hosts]`` section of the config file | | etebase__database_engine | ``django.db.backends.sqlite3`` | Databse Engine | -| etebase__database_name | "{{ etebase__secrets_dir }}/etebase.db.sqlite3" | Path of the sqlite3 database | +| etebase__database_name | ``{{ etebase__secrets_dir }}/etebase.db.sqlite3`` | Path of the sqlite3 database | | etebase__database_extra | | Variable for aditional parametet in the ``[database]`` section of the config file | | etebase__database_options_extra | | Variable for aditional parameter in the ``[database_options]`` section of the config file | | etebase__ldap_extra | | Variable for aditional parameter in the ``[ldap]`` section of the config file |