mirror of
https://github.com/Sosokker/Inventory-Management-System.git
synced 2025-12-18 15:14:05 +01:00
8 lines
190 B
Bash
8 lines
190 B
Bash
SECRET_KEY=your_secret_key
|
|
DEBUG=True
|
|
ALLOWED_HOSTS=localhost, 127.0.0.1, ::1
|
|
DB_NAME=your_DB_NAME
|
|
DB_USER=your_DB_USER
|
|
DB_PASSWORD=your_DB_PASSWORD
|
|
DB_HOST=your_DB_HOST
|
|
DB_PORT=your_DB_PORT |