File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ PORT=3000
1515
1616LITEFS_DIR="/litefs/data"
1717DATABASE_PATH="./prisma/data.db"
18- # @type=url
1918DATABASE_URL="file:./data.db?connection_limit=1"
2019CACHE_DATABASE_PATH="./other/cache.db"
2120
@@ -54,7 +53,8 @@ RESEND_API_KEY=
5453CI=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
6363SENTRY_DSN=
6464# @optional @sensitive
6565SENTRY_AUTH_TOKEN=
66- # @required=if($SENTRY_AUTH_TOKEN, true, false )
66+ # @required=if($SENTRY_AUTH_TOKEN)
6767SENTRY_ORG=
68- # @required=if($SENTRY_AUTH_TOKEN, true, false )
68+ # @required=if($SENTRY_AUTH_TOKEN)
6969SENTRY_PROJECT=
7070
7171# GitHub settings
You can’t perform that action at this time.
0 commit comments