Fixes to file structure

This commit is contained in:
Lucas Patenaude
2024-04-30 21:19:35 -06:00
parent 184707de83
commit 289e7641b4
7 changed files with 15 additions and 15 deletions

8
.env Normal file
View 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"