mirror of
https://github.com/roles-ansible/ansible_role_etebase.git
synced 2024-08-16 10:19:52 +02:00
Update README.md
This commit is contained in:
parent
6bad70263a
commit
c5ffaf1b0d
1 changed files with 1 additions and 1 deletions
|
@ -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_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__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_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_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__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 |
|
| etebase__ldap_extra | | Variable for aditional parameter in the ``[ldap]`` section of the config file |
|
||||||
|
|
Loading…
Reference in a new issue