mirror of
https://github.com/AnimeThemes/animethemes-web.git
synced 2026-07-11 01:24:31 +02:00
feat: Added audio files url environment variable (#158)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
## Configuration
|
||||
|
||||
To get started you need to define some environment variables. This can be done by creating a `.env.local` file in the
|
||||
To get started you need to define some environment variables. This can be done by creating a `.env.local` file in the
|
||||
root directory. A minimal setup only requires one variable to be set:
|
||||
|
||||
```ini
|
||||
@@ -55,6 +55,9 @@ NEXT_PUBLIC_API_URL=https://api.animethemes.moe
|
||||
; The URL from which video files should be served.
|
||||
NEXT_PUBLIC_VIDEO_URL=https://v.animethemes.moe
|
||||
|
||||
; The URL from which audio files should be served.
|
||||
NEXT_PUBLIC_AUDIO_URL=https://a.animethemes.moe
|
||||
|
||||
; The URL to use for app links.
|
||||
NEXT_PUBLIC_APP_URL=https://app.animethemes.moe
|
||||
|
||||
|
||||
Reference in New Issue
Block a user