8 lines
187 B
Bash
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" |