feat: add .env.local.example
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Dominik Pschenitschni 2023-01-17 15:38:16 +01:00
parent 903e9a9904
commit 9fcf29f1a1
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
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