Intial Version
This commit is contained in:
14
.env
Normal file
14
.env
Normal file
@@ -0,0 +1,14 @@
|
||||
# Database
|
||||
DATABASE_URL="postgresql://rmtpw:rmtpw_password@localhost:5432/rmtpocketwatcher?schema=public"
|
||||
|
||||
# Scraper Configuration
|
||||
SCRAPE_INTERVAL_MINUTES=5
|
||||
SCRAPER_HEADLESS=true
|
||||
SCRAPER_TIMEOUT=30000
|
||||
SCRAPER_MAX_RETRIES=3
|
||||
|
||||
# Server
|
||||
PORT=3000
|
||||
HOST=0.0.0.0
|
||||
NODE_ENV=development
|
||||
LOG_LEVEL=info
|
||||
Reference in New Issue
Block a user