Add admin dashboard and Pocket ID auth notes
All checks were successful
/ deploy (push) Successful in 42s
All checks were successful
/ deploy (push) Successful in 42s
This commit is contained in:
parent
fc5762d267
commit
06093af633
10 changed files with 947 additions and 29 deletions
14
.env.example
Normal file
14
.env.example
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Hosted form endpoint used by the contact form.
|
||||
# Examples: Formspree, Basin, Getform, or a self-hosted POST endpoint.
|
||||
PUBLIC_CONTACT_FORM_ENDPOINT=
|
||||
|
||||
# Optional comma-separated fallback recipients used by the mailto fallback.
|
||||
PUBLIC_CONTACT_RECIPIENTS=directors@familyfed.ie,info@familyfed.ie,media@familyfed.ie
|
||||
|
||||
# Optional admin URL for reviewing stored contact form submissions.
|
||||
PUBLIC_CONTACT_SUBMISSIONS_URL=
|
||||
|
||||
# Optional Plausible analytics configuration.
|
||||
PUBLIC_PLAUSIBLE_DOMAIN=familyfed.ie
|
||||
PUBLIC_PLAUSIBLE_SCRIPT_SRC=https://plausible.io/js/script.js
|
||||
PUBLIC_ANALYTICS_DASHBOARD_URL=
|
||||
Loading…
Add table
Add a link
Reference in a new issue