feat: add .env.local.example #2972

Merged
konrad merged 1 commits from dpschen/frontend:feature/env-local-example into main 2023-01-18 00:06:20 +00:00
1 changed files with 8 additions and 0 deletions

8
.env.local.example Normal file
View File

@ -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