Files
ScoreSpot/ProjectSourceCode/.env
2024-03-12 01:10:59 -06:00

8 lines
187 B
Bash

# database credentials
POSTGRES_USER="postgres"
POSTGRES_PASSWORD="pwd"
POSTGRES_DB="users_db"
# Node vars
SESSION_SECRET="super duper secret!"
API_KEY="ZjGXIfaEG1G4OkSHyB5wvqOQ5BPb9iav"