1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

Add missing field in Matomo cURL command

This commit is contained in:
Carl Wivagg 2022-05-14 14:19:14 -04:00
parent d456ec3b91
commit 3e9541ab7e

View file

@ -62,6 +62,7 @@
username: "{{ mdb_username }}"
password: "{{ mdb_password }}"
dbname: "{{ mdb_dbname }}"
tables_prefix: "matomo_"
adapter: "PDO\\MYSQL"
body_format: form-urlencoded
status_code: 302