feat: Added audio files url environment variable (#158)

This commit is contained in:
Shehab Mohsen
2023-01-03 02:48:59 -05:00
committed by GitHub
parent 0edf1daa17
commit 0ef42a79d0
+4 -1
View File
@@ -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