From e1b35ff023679a7cb8448a06e9edeb8eccc2f727 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Wed, 18 Jan 2023 00:06:18 +0000 Subject: [PATCH] feat: add .env.local.example (#2972) Co-authored-by: Dominik Pschenitschni Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2972 Co-authored-by: Dominik Pschenitschni Co-committed-by: Dominik Pschenitschni --- .env.local.example | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .env.local.example diff --git a/.env.local.example b/.env.local.example new file mode 100644 index 000000000..1abd202a5 --- /dev/null +++ b/.env.local.example @@ -0,0 +1,8 @@ +# Duplicate this file and remove the '.example' suffix. +# Adjust the values as needed. + +VITE_IS_ONLINE=true +VITE_WORKBOX_DEBUG=false +SENTRY_AUTH_TOKEN=YOUR_TOKEN +SENTRY_ORG=vikunja +SENTRY_PROJECT=frontend-oss \ No newline at end of file