mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2026-01-25 06:04:05 +00:00
spotify redirect uri
https://developer.spotify.com/blog/2025-02-12-increasing-the-security-requirements-for-integrating-with-spotify
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
BASE_DOMAIN = localhost
|
BASE_DOMAIN = 127.0.0.1
|
||||||
REDIRECT_URI = http://localhost:9001/api/auth/callback
|
REDIRECT_URI = http://127.0.0.1:9001/api/auth/callback
|
||||||
APP_URI = http://localhost:3000
|
APP_URI = http://127.0.0.1:3000
|
||||||
DB_USER = your_database_username
|
DB_USER = your_database_username
|
||||||
DB_PASSWD = your_database_password
|
DB_PASSWD = your_database_password
|
||||||
DB_NAME = your_database_name
|
DB_NAME = your_database_name
|
||||||
DB_HOST = localhost
|
DB_HOST = 127.0.0.1
|
||||||
DB_PORT = your_database_port
|
DB_PORT = your_database_port
|
||||||
|
|||||||
Reference in New Issue
Block a user