mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2026-01-25 06:04:05 +00:00
env vars naming
This commit is contained in:
10
.env
10
.env
@@ -1,5 +1,5 @@
|
||||
CLIENT_ID = your_spotify_client_id_here
|
||||
CLIENT_SECRET = your_spotify_client_secret_here
|
||||
SESSION_SECRET = 'your_session_secret_string_here'
|
||||
PORT = 9001
|
||||
TRUST_PROXY = 1
|
||||
SPOTMGR_CLIENT_ID = your_spotify_client_id_here
|
||||
SPOTMGR_CLIENT_SECRET = your_spotify_client_secret_here
|
||||
SPOTMGR_SESSION_SECRET = 'your_session_secret_string_here'
|
||||
SPOTMGR_PORT = 9001
|
||||
SPOTMGR_TRUST_PROXY = 1
|
||||
|
||||
Reference in New Issue
Block a user