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