mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2026-01-25 06:04:05 +00:00
starting caching work
This commit is contained in:
@@ -2,5 +2,4 @@ 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_URI = postgres://your_database_username:your_database_password@127.0.0.1:your_database_port/your_database_name
|
||||
REDIS_HOST = 127.0.0.1
|
||||
REDIS_PORT = 6379
|
||||
REDIS_URI = redis://127.0.0.1:6379
|
||||
|
||||
Reference in New Issue
Block a user