Add Google Search Console integration to Plausible

This commit is contained in:
Jake Howard
2022-02-13 16:43:09 +00:00
parent a075b8f252
commit 722b964bc9
4 changed files with 38 additions and 16 deletions

View File

@ -1,2 +1,4 @@
plausible_secret_key: "{{ vault_plausible_secret_key }}"
plausible_signing_salt: "{{ vault_plausible_signing_salt }}"
plausible_google_client_id: "{{ vault_plausible_google_client_id }}"
plausible_google_client_secret: "{{ vault_plausible_google_client_secret }}"