Node server fixed to run
This commit is contained in:
8
ProjectSourceCode/.env
Normal file
8
ProjectSourceCode/.env
Normal file
@@ -0,0 +1,8 @@
|
||||
# database credentials
|
||||
POSTGRES_USER="postgres"
|
||||
POSTGRES_PASSWORD="pwd"
|
||||
POSTGRES_DB="users_db"
|
||||
|
||||
# Node vars
|
||||
SESSION_SECRET="super duper secret!"
|
||||
API_KEY="ZjGXIfaEG1G4OkSHyB5wvqOQ5BPb9iav"
|
||||
Reference in New Issue
Block a user