From 9fcf29f1a12559ee13cf730fb5d89e74a8a6be06 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Tue, 17 Jan 2023 15:38:16 +0100 Subject: [PATCH] feat: add .env.local.example --- .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