mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-15 03:54:47 +00:00
feat: add guest picture
also add contributor badge
This commit is contained in:
parent
b2fcf64f58
commit
3a302c87c3
4 changed files with 13 additions and 4 deletions
|
|
@ -1,9 +1,11 @@
|
|||
DATABASE_URL="postgresql://frieren:frieren@localhost:5432/tomodachi-share?schema=public"
|
||||
# Used for rate limiting
|
||||
REDIS_URL="redis://localhost:6379/0"
|
||||
|
||||
BASE_URL=https://tomodachi-share.trafficlunar.net
|
||||
NEXTAUTH_URL=https://tomodachi-share.trafficlunar.net # This should be the same as BASE_URL
|
||||
|
||||
# Check Auth.js docs for information
|
||||
AUTH_URL=https://tomodachi-share.trafficlunar.net # This should be the same as BASE_URL
|
||||
AUTH_TRUST_HOST=true
|
||||
AUTH_SECRET=XXXXXXXXXXXXXXXX
|
||||
AUTH_DISCORD_ID=XXXXXXXXXXXXXXXX
|
||||
|
|
@ -11,4 +13,6 @@ AUTH_DISCORD_SECRET=XXXXXXXXXXXXXXXX
|
|||
AUTH_GITHUB_ID=XXXXXXXXXXXXXXXX
|
||||
AUTH_GITHUB_SECRET=XXXXXXXXXXXXXXXX
|
||||
|
||||
NEXT_PUBLIC_ADMIN_USER_ID=1
|
||||
NEXT_PUBLIC_ADMIN_USER_ID=1
|
||||
# Separated by commas
|
||||
NEXT_PUBLIC_CONTRIBUTORS_USER_IDS=176
|
||||
Loading…
Add table
Add a link
Reference in a new issue