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:
parent
d456ec3b91
commit
3e9541ab7e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue