mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-15 03:54:47 +00:00
feat: 'metadata' image generation for miis
for use on search engines
This commit is contained in:
parent
ada54d46c8
commit
de2c281257
22 changed files with 463 additions and 97 deletions
|
|
@ -4,10 +4,10 @@ DATABASE_URL="postgresql://postgres:frieren@localhost:5432/tomodachi-share?schem
|
|||
REDIS_URL="redis://localhost:6379/0"
|
||||
|
||||
# Used for metadata, sitemaps, etc.
|
||||
BASE_URL=http://localhost:3000
|
||||
NEXT_PUBLIC_BASE_URL=http://localhost:3000
|
||||
|
||||
# Check Auth.js docs for information
|
||||
AUTH_URL=http://localhost:3000 # This should be the same as BASE_URL
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue