Skip to content

Commit 101d7bb

Browse files
committed
Reorder Sentry DSN configuration in .env.template for clarity
1 parent 69e18b4 commit 101d7bb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.env.template

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
VITE_ENVIRONMENT=
22
# Sentry DSN configuration, no need to be set for local setup
3-
VITE_SENTRY_DSN=
4-
BFF_SENTRY_DSN=
3+
# Frontend:
54
SENTRY_ORG=
65
SENTRY_PROJECT=
6+
VITE_SENTRY_DSN=
7+
# BFF:
8+
BFF_SENTRY_DSN=
79

810

911
# OpenID Connect Configuration for Onboarding API

0 commit comments

Comments
 (0)