Initial commit: Supermarket scraper MVP
This commit is contained in:
8
.env.example
Normal file
8
.env.example
Normal file
@@ -0,0 +1,8 @@
|
||||
# Database
|
||||
DATABASE_URL="postgresql://user:password@localhost:5432/supermarket?schema=public"
|
||||
|
||||
# Magnit API Configuration
|
||||
MAGNIT_STORE_CODE="992301"
|
||||
MAGNIT_STORE_TYPE="6"
|
||||
MAGNIT_CATALOG_TYPE="1"
|
||||
|
||||
Reference in New Issue
Block a user