Skip to content
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Scraper
CORNELL_DINING_API_URL=
WORKERS=

# Server Configuration
PORT=8000
NODE_ENV=development
Expand All @@ -15,4 +19,4 @@ FIREBASE_SERVICE_ACCOUNT_PATH=./firebase-service-account.json
# Logging Configuration
PRISMA_LOG_QUERIES=true
PRISMA_LOG_ERRORS=true
PRISMA_LOG_WARNINGS=true
PRISMA_LOG_WARNINGS=true
Loading
Loading