env vars naming

This commit is contained in:
2025-03-21 16:28:52 -07:00
parent 9ef4d9e044
commit 1fbab107a2
8 changed files with 36 additions and 36 deletions

10
.env
View File

@@ -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