mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 05:08:04 +00:00
5 lines
249 B
Text
5 lines
249 B
Text
APPLE_MUSIC_TOKEN = Bearer xxxxxxxxxxxxxxxxxxxxxx
|
|
|
|
# If you want to use a different database provider like SQLite/PostgreSQL,
|
|
# you will need to change the 'provider' in /prisma/schema.prisma
|
|
DATABASE_URL='mysql://USER:PASSWORD@HOST:PORT/DATABASE'
|