Files
ScoreSpot/.env

9 lines
188 B
Bash
Raw Normal View History

2024-03-12 01:10:59 -06:00
# database credentials
POSTGRES_USER="postgres"
POSTGRES_PASSWORD="pwd"
POSTGRES_DB="users_db"
# Node vars
SESSION_SECRET="super duper secret!"
2024-04-11 08:12:28 -06:00
API_KEY="ZjGXIfaEG1G4OkSHyB5wvqOQ5BPb9iav"