From 0ef42a79d083f135bbe7f32c89ef9d8b8c7950fb Mon Sep 17 00:00:00 2001 From: Shehab Mohsen <97417536+ShehabMohsen@users.noreply.github.com> Date: Tue, 3 Jan 2023 02:48:59 -0500 Subject: [PATCH] feat: Added audio files url environment variable (#158) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 66870aa..63d38a7 100644 --- a/README.md +++ b/README.md @@ -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