From c3f9c8ae28d5823843119edf42eaa5c3805d668c Mon Sep 17 00:00:00 2001 From: vincanger <70215737+vincanger@users.noreply.github.com> Date: Mon, 24 Jun 2024 11:18:34 +0200 Subject: [PATCH] Update .env.server.example (#190) --- template/app/.env.server.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/app/.env.server.example b/template/app/.env.server.example index ae21597..59d8d17 100644 --- a/template/app/.env.server.example +++ b/template/app/.env.server.example @@ -29,7 +29,7 @@ OPENAI_API_KEY=sk-k... PLAUSIBLE_API_KEY=gUTgtB... # You will find your site id in the Plausible dashboard. It will look like 'opensaas.sh' PLAUSIBLE_SITE_ID=yoursite.com -PLAUSIBLE_BASE_URL=https://plausible.io/api/v1 # if you are self-hosting plausible, change this to your plausible instance's base url +PLAUSIBLE_BASE_URL=https://plausible.io/api # if you are self-hosting plausible, change this to your plausible instance's base url # (OPTIONAL) get your google service account key at https://console.cloud.google.com/iam-admin/serviceaccounts GOOGLE_ANALYTICS_CLIENT_EMAIL=email@example.gserviceaccount.com