-
Notifications
You must be signed in to change notification settings - Fork 64
/
.env.example
25 lines (18 loc) · 947 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
## Redis
# If you don't want to use redis leave it empty or comment it.
REDIS_URL="get redis from upstash, litegix or aiven. They offer free tier."
## AniList
GRAPHQL_ENDPOINT=https://graphql.anilist.co
ANILIST_CLIENT_ID="get your id from here https://anilist.co/settings/developer"
ANILIST_CLIENT_SECRET="get your secret from here https://anilist.co/settings/developer"
## NextAuth Details
NEXTAUTH_SECRET='run this command in your terminal (openssl rand -base64 32)'
NEXTAUTH_URL="for development use http://localhost:3000/ and for production use your domain url"
## NextJS
NEXT_PUBLIC_PROXY_URI="Use a proxy if u wish, not mandatory"
## Optional
ZORO_URI="host your own API from this repo https://github.com/ghoshRitesh12/aniwatch-api. Don't put / at the end of the url."
## MongoDB
MONGODB_URI="Your Mongodb connection String"
## In AniList Developer console add redirect url :
# https://{your-domain}/api/auth/callback/AniListProvider