-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
19 lines (16 loc) · 816 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# API Base URL
# Please replace with aniwatch your API URL .
# For the AniWatch API, visit: https://github.com/ghoshRitesh12/aniwatch-api
# example url : https://api-aniwatch.onrender.com
API_BASE_URL=https://aniwatch-api-net.vercel.app/api/v2/hianime/home
# API Origin Header
# Set the origin header to the domain where your frontend is hosted to avoid CORS issues.
# For example, if you're running the frontend on 'https://your-frontend.com', set:
# API_ORIGIN_HEADER=
API_ORIGIN_HEADER=https://hianime-spotlight.vercel.app
# Allowed Origins
# List of domains that are allowed to access your API.
# Add any domains where your frontend app is hosted. For example:
# ALLOWED_ORIGINS=["https://your-frontend.com", "https://example2.com"]
ALLOWED_ORIGINS=["*"]
CONSUMET_API_BASE_URL=https://anime-kun32.vercel.app