Working state before icon/utils fixes - Oct 22
This commit is contained in:
@@ -233,7 +233,7 @@ pip install -r requirements.txt
|
||||
|
||||
```bash
|
||||
# Create database
|
||||
createdb letzvendor_db
|
||||
createdb ecommerce_db
|
||||
|
||||
# Run migrations
|
||||
python scripts/init_db.py
|
||||
@@ -252,7 +252,7 @@ cp .env.example .env
|
||||
Minimal `.env`:
|
||||
|
||||
```env
|
||||
DATABASE_URL=postgresql://user:pass@localhost:5432/letzvendor_db
|
||||
DATABASE_URL=postgresql://user:pass@localhost:5432/ecommerce_db
|
||||
SECRET_KEY=your-secret-key-here-generate-with-openssl
|
||||
ALGORITHM=HS256
|
||||
ACCESS_TOKEN_EXPIRE_MINUTES=30
|
||||
|
||||
Reference in New Issue
Block a user