mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2025-12-06 08:14:07 +00:00
11 lines
298 B
Plaintext
11 lines
298 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
|
|
REDIS_HOST = 127.0.0.1
|
|
REDIS_PORT = 6379
|