mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2025-12-06 08:14:07 +00:00
https://developer.spotify.com/blog/2025-02-12-increasing-the-security-requirements-for-integrating-with-spotify
9 lines
257 B
Plaintext
9 lines
257 B
Plaintext
BASE_DOMAIN = 127.0.0.1
|
|
REDIRECT_URI = http://127.0.0.1:9001/api/auth/callback
|
|
APP_URI = http://127.0.0.1:3000
|
|
DB_USER = your_database_username
|
|
DB_PASSWD = your_database_password
|
|
DB_NAME = your_database_name
|
|
DB_HOST = 127.0.0.1
|
|
DB_PORT = your_database_port
|