mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2025-12-06 06:44:07 +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:
parent
4c4f451cec
commit
ba8982086b
@ -1,8 +1,8 @@
|
||||
BASE_DOMAIN = localhost
|
||||
REDIRECT_URI = http://localhost:9001/api/auth/callback
|
||||
APP_URI = http://localhost:3000
|
||||
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 = localhost
|
||||
DB_HOST = 127.0.0.1
|
||||
DB_PORT = your_database_port
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user