mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-28 06:34:15 +00:00
feat: google login
This commit is contained in:
parent
eaa6c97c57
commit
114526221b
3 changed files with 13 additions and 2 deletions
|
|
@ -18,6 +18,8 @@ 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
|
||||
|
|
@ -25,4 +27,4 @@ NEXT_PUBLIC_ADMIN_USER_ID=1
|
|||
NEXT_PUBLIC_CONTRIBUTORS_USER_IDS=176
|
||||
|
||||
# Sends notifications (such as admin reports) to ntfy
|
||||
NTFY_URL="https://ntfy.yourdomain.com/tomodachi-share"
|
||||
NTFY_URL="https://ntfy.yourdomain.com/tomodachi-share"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue