mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-27 22:24:14 +00:00
feat: sentry
also: - update privacy policy - fix space missing in terms of service - some image viewer style changes
This commit is contained in:
parent
4ccd376c0c
commit
df7901b525
26 changed files with 2044 additions and 804 deletions
|
|
@ -6,6 +6,10 @@ REDIS_URL="redis://localhost:6379/0"
|
|||
# Used for metadata, sitemaps, etc.
|
||||
NEXT_PUBLIC_BASE_URL=http://localhost:3000
|
||||
|
||||
# Used for error tracking
|
||||
NEXT_PUBLIC_SENTRY_DSN=""
|
||||
SENTRY_URL=""
|
||||
|
||||
# Check Auth.js docs for information
|
||||
AUTH_URL=http://localhost:3000 # This should be the same as NEXT_PUBLIC_BASE_URL
|
||||
AUTH_TRUST_HOST=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue