@@ -41,6 +41,7 @@ Note: Use ``scp mycert.crt user@host:/home/user/`` and ``scp mycert.key user@hos
2. Adapt your (inventory-)config with ``nano /opt/otree/otree-ansible/group_vars/otree_servers.yml`` from the provided example accordingly (press "Strg-x", then "j" to save):
```
[...]
# fqdn of the otree parents server
otree_domain: "company.org"
# linux group for the otree users
...
...
@@ -54,9 +55,7 @@ otree_users:
override: yes
# redis queue. Note don't use a slot twice, there are 16 slots available (0-15)
redis: "redis://localhost:6379/1"
# which database should be used. Examples: "postgres://USER:PASSWORD@HOST:PORT/NAME" or "sqlite:////home/user/db.sqlite3"
database: "sqlite:////home/otree1/db.sqlite3"
# otree admin password
# otree admin password (also used for postgres db, don't use character "@" or ":" in it)