-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #151 from Miruro-no-kuon/test-alfa
v0.2.0
- Loading branch information
Showing
23 changed files
with
571 additions
and
420 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,32 @@ | ||
# VITE_BACKEND_URL: The base URL of the primary backend server. | ||
# Set this to the URL of your primary backend server in a production environment. | ||
# Example: VITE_BACKEND_URL="https://api.consumet.org" | ||
VITE_BACKEND_URL="https://api.consumet.org" | ||
# VITE_BACKEND_URL: This is the base URL for the primary backend server. | ||
# It is used for making API requests to fetch anime data, metadata, and other related information. | ||
# Example: VITE_BACKEND_URL="https://api.consumet.org/" | ||
VITE_BACKEND_URL="https://api.consumet.org/" | ||
|
||
# VITE_BACKEND_URL_2: The base URL of a secondary backend server (if applicable). | ||
# You can use a secondary backend server for specific features or redundancy. | ||
# Set this to the URL of your secondary backend server in a production environment. | ||
# VITE_BACKEND_URL_2: This represents the URL of a secondary or alternative backend server. | ||
# It is used primarily for fetching episodes and related data. | ||
# Typically points to a local server during development. Adjust as necessary for production. | ||
# Example: VITE_BACKEND_URL_2="https://api.anify.tv/" | ||
# Note: You have a commented out local development URL, which is useful for testing locally. | ||
# Example (local development): VITE_BACKEND_URL_2="http://localhost:3060/" | ||
VITE_BACKEND_URL_2="https://api.anify.tv/" | ||
|
||
# VITE_API_KEY: Your API key for authentication with the backend servers. | ||
# Set this to your actual API key in a production environment. | ||
# VITE_API_KEY: A specific key required for accessing certain backend services or APIs. | ||
# This key might be used for authentication or tracking API usage. | ||
# Example: VITE_API_KEY="12345678-12345678-12345678" | ||
VITE_API_KEY="" | ||
VITE_API_KEY="12345678-12345678-12345678" | ||
|
||
# VITE_PROXY_URL: The URL of the proxy server used in the application. | ||
# This is essential for circumventing CORS issues or when making requests to external services that don't support CORS. | ||
# Example: VITE_PROXY_URL="https://corsproxy.io" | ||
VITE_PROXY_URL="https://corsproxy.io" | ||
|
||
# VITE_IS_LOCAL: A flag to determine if the app is running in a local development environment. | ||
# This can change the behavior of certain parts of the application, such as API endpoints or debugging features. | ||
# It's typically set to "true" during development and "false" in production. | ||
# Example: VITE_IS_LOCAL="false" | ||
VITE_IS_LOCAL="false" | ||
|
||
# PORT: The port number on which your server (if applicable) should listen. | ||
# Set this to the desired port number in a production environment. | ||
# It's important for configuring the server's listening port, especially in a local development environment. | ||
# Example: PORT=5173 | ||
PORT=5173 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.