Skip to content

Commit

Permalink
Update and rename .env.example to .env
Browse files Browse the repository at this point in the history
  • Loading branch information
anime-kun32 authored Feb 5, 2025
1 parent 856b32f commit f1af95f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .env.example → .env
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
# For the AniWatch API, visit: https://github.com/ghoshRitesh12/aniwatch-api
# example url : https://api-aniwatch.onrender.com

API_BASE_URL=
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=https://your-frontend.com
API_ORIGIN_HEADER=
# 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=["https://your-frontend.com"]
CONSUMET_API_BASE_URL=<your_consumet_api_base_url>
ALLOWED_ORIGINS=["*"]
CONSUMET_API_BASE_URL=https://anime-kun32.vercel.app

0 comments on commit f1af95f

Please sign in to comment.