Skip to content

Commit b066a06

Browse files
committed
clean up schema
1 parent d3b84fa commit b066a06

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.env.schema

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ PORT=3000
1515

1616
LITEFS_DIR="/litefs/data"
1717
DATABASE_PATH="./prisma/data.db"
18-
# @type=url
1918
DATABASE_URL="file:./data.db?connection_limit=1"
2019
CACHE_DATABASE_PATH="./other/cache.db"
2120

@@ -54,7 +53,8 @@ RESEND_API_KEY=
5453
CI=false
5554

5655
# Sentry settings (error tracking)
57-
# note that SENTRY_AUTH_TOKEN, SENTRY_ORG, SENTRY_PROJECT are only necessary to tag releases in sentry
56+
# note that SENTRY_AUTH_TOKEN, SENTRY_ORG, SENTRY_PROJECT are optional
57+
# but enable @sentry/react-router integration and release tagging
5858
# ---
5959
# @type=url
6060
# @optional # remove this if using sentry
@@ -63,9 +63,9 @@ CI=false
6363
SENTRY_DSN=
6464
# @optional @sensitive
6565
SENTRY_AUTH_TOKEN=
66-
# @required=if($SENTRY_AUTH_TOKEN, true, false)
66+
# @required=if($SENTRY_AUTH_TOKEN)
6767
SENTRY_ORG=
68-
# @required=if($SENTRY_AUTH_TOKEN, true, false)
68+
# @required=if($SENTRY_AUTH_TOKEN)
6969
SENTRY_PROJECT=
7070

7171
# GitHub settings

0 commit comments

Comments
 (0)