mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2025-12-06 08:14:07 +00:00
8 lines
229 B
Plaintext
8 lines
229 B
Plaintext
REDIRECT_URI = http://localhost:9001/api/auth/callback
|
|
TRUST_PROXY = 1
|
|
PG_USER = your_postgres_username
|
|
PG_PASSWD = your_postgres_password
|
|
PG_DATABASE = postgres_database_name
|
|
PG_HOST = localhost
|
|
PG_PORT = postgres_instance_port
|