update .env.local.example

This commit is contained in:
sk1982 2024-04-07 02:53:14 -04:00
parent f91b3d35f6
commit 91dbf5d7d5
1 changed files with 4 additions and 0 deletions

View File

@ -1,2 +1,6 @@
NEXT_PUBLIC_ASSET_JACKET_EXTENSION=.webp
NEXT_PUBLIC_ASSET_IMAGE_EXTENSION=.webp
NEXT_PUBLIC_ASSET_MUSIC_EXTENSION=.opus
NEXT_PUBLIC_ASSET_AUDIO_EXTENSION=.opus
DATABASE_URL=mysql://aime:aime@127.0.0.1:3306/aime
NEXTAUTH_SECRET=[insert_random_string_here]