don't track that
- SHA
6df5afce841979c340ffad1c147d4a684490e966- Parents
-
b1924bb - Tree
4e2f784
6df5afc
6df5afce841979c340ffad1c147d4a684490e966b1924bb
4e2f784| Status | File | + | - |
|---|---|---|---|
| M |
.gitignore
|
1 | 0 |
| D |
backend/.env.example
|
0 | 13 |
.gitignoremodified@@ -7,6 +7,7 @@ backend/__pycache__/ | ||
| 7 | 7 | backend/**/__pycache__/ |
| 8 | 8 | backend/db.sqlite3 |
| 9 | 9 | backend/.env |
| 10 | +backend/.env.local | |
| 10 | 11 | backend/*.log |
| 11 | 12 | backend/.coverage |
| 12 | 13 | backend/htmlcov/ |
backend/.env.exampledeleted@@ -1,13 +0,0 @@ | ||
| 1 | -# backend/.env.example | |
| 2 | -DEBUG=True | |
| 3 | -SECRET_KEY=your-secret-key-here | |
| 4 | -ALLOWED_HOSTS=localhost,127.0.0.1 | |
| 5 | - | |
| 6 | -# Database (for production) | |
| 7 | -# DATABASE_URL=postgresql://user:password@localhost/bashamole | |
| 8 | - | |
| 9 | -# CORS | |
| 10 | -CORS_ALLOWED_ORIGINS=http://localhost:3000,http://localhost:5173 | |
| 11 | - | |
| 12 | -# API Settings | |
| 13 | -API_PAGE_SIZE=100 | |