mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-28 06:34:15 +00:00
feat: astro test
This commit is contained in:
parent
df6e31ba89
commit
84144c383c
262 changed files with 18993 additions and 2655 deletions
30
backend/.env.example
Normal file
30
backend/.env.example
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# Your PostgreSQL database
|
||||
DATABASE_URL="postgresql://postgres:frieren@localhost:5432/tomodachi-share?schema=public"
|
||||
# Used for rate limiting
|
||||
REDIS_URL="redis://localhost:6379/0"
|
||||
|
||||
# Used for metadata, sitemaps, etc.
|
||||
NEXT_PUBLIC_BASE_URL=http://localhost:3000
|
||||
FRONTEND_URL=http://localhost:4321
|
||||
|
||||
CLOUDFLARE_ZONE_ID=XXXXXXXXXXXXXXXX
|
||||
CLOUDFLARE_API_TOKEN=XXXXXXXXXXXXXXXX
|
||||
|
||||
# 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
|
||||
AUTH_SECRET=XXXXXXXXXXXXXXXX
|
||||
AUTH_DISCORD_ID=XXXXXXXXXXXXXXXX
|
||||
AUTH_DISCORD_SECRET=XXXXXXXXXXXXXXXX
|
||||
AUTH_GITHUB_ID=XXXXXXXXXXXXXXXX
|
||||
AUTH_GITHUB_SECRET=XXXXXXXXXXXXXXXX
|
||||
AUTH_GOOGLE_ID=XXXXXXXXXXXXXXXX
|
||||
AUTH_GOOGLE_SECRET=XXXXXXXXXXXXXXXX
|
||||
|
||||
# Currently only supports one admin
|
||||
NEXT_PUBLIC_ADMIN_USER_ID=1
|
||||
# Separated by commas
|
||||
NEXT_PUBLIC_CONTRIBUTORS_USER_IDS=176
|
||||
|
||||
# Sends notifications (such as admin reports) to ntfy
|
||||
NTFY_URL="https://ntfy.yourdomain.com/tomodachi-share"
|
||||
Loading…
Add table
Add a link
Reference in a new issue