Skip to content

Commit

Permalink
feat: oauth
Browse files Browse the repository at this point in the history
  • Loading branch information
Averito committed Jan 27, 2024
1 parent 36d2ac6 commit f290c0a
Show file tree
Hide file tree
Showing 89 changed files with 18,302 additions and 23,885 deletions.
44 changes: 17 additions & 27 deletions client/.env.local.example
Original file line number Diff line number Diff line change
@@ -1,27 +1,17 @@
NEXT_PUBLIC_ANILIBRIA_URI=https://dl-20211030-963.anilib.top
NEXT_PUBLIC_ANILIBRIA_API_URI=https://api.anilibria.tv/v2

#NEXT_PUBLIC_AVERLIST_API_URI=https://averlist.xyz/api/v1
#NEXT_PUBLIC_AVERLIST_AVATARS_URI=https://averlist.xyz/api/v1/users/avatars/
#NEXT_PUBLIC_AVERLIST_POSTERS_URI=https://averlist.xyz/api/v1/collection/posters/
#NEXT_PUBLIC_AVERLIST_IMAGES_URI=https://averlist.xyz/api/v1/news/images/

NEXT_PUBLIC_AVERLIST_API_URI=http://localhost:5000
NEXT_PUBLIC_AVERLIST_AVATARS_URI=http://localhost:5000/users/avatars/
NEXT_PUBLIC_AVERLIST_POSTERS_URI=http://localhost:5000/collection/posters/
NEXT_PUBLIC_AVERLIST_IMAGES_URI=http://localhost:5000/news/images/

NEXT_PUBLIC_FILE_MAX_SIZ=3145728

#NEXTAUTH_URL=https://averlist.xyz
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=secret

DISCORD_CLIENT_ID=clientId
DISCORD_CLIENT_SECRET=clientSecret

VK_CLIENT_ID=clientId
VK_CLIENT_SECRET=clientSecret

GOOGLE_RECAPTCHA_SITE_KEY=siteKey
GOOGLE_RECAPTCHA_SECRET_KEY=secretKey
NEXT_PUBLIC_ANILIBRIA_URI=https://dl-20211030-963.anilib.top
NEXT_PUBLIC_ANILIBRIA_API_URI=https://api.anilibria.tv/v2

#NEXT_PUBLIC_AVERLIST_API_URI=https://averlist.xyz/api/v1
#NEXT_PUBLIC_AVERLIST_AVATARS_URI=https://averlist.xyz/api/v1/users/avatars/
#NEXT_PUBLIC_AVERLIST_POSTERS_URI=https://averlist.xyz/api/v1/collection/posters/
#NEXT_PUBLIC_AVERLIST_IMAGES_URI=https://averlist.xyz/api/v1/news/images/

NEXT_PUBLIC_AVERLIST_API_URI=http://localhost:5000
NEXT_PUBLIC_AVERLIST_AVATARS_URI=http://localhost:5000/users/avatars/
NEXT_PUBLIC_AVERLIST_POSTERS_URI=http://localhost:5000/collection/posters/
NEXT_PUBLIC_AVERLIST_IMAGES_URI=http://localhost:5000/news/images/

NEXT_PUBLIC_FILE_MAX_SIZE=3145728
NEXT_PUBLIC_DISCORD_INVITE_LINK=https://discord.gg/h7jCXJ8d6w

HOST_URL=http://localhost:3000

0 comments on commit f290c0a

Please sign in to comment.