feat: Added first auth support (#147)

* APP_URL is now AUTH_URL.
This commit is contained in:
Manuel S
2022-10-04 21:44:46 +02:00
committed by Mani
parent f879241752
commit 418a6a3dde
5 changed files with 353 additions and 6 deletions
+2 -2
View File
@@ -58,8 +58,8 @@ 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
; The URL to use for authentication API requests.
NEXT_PUBLIC_AUTH_URL=https://app.animethemes.moe
; Set to any truthy value to activate staging mode.
; In staging mode a warning banner is displayed at the top of the page.