zeroed-some/bashamole / 6df5afc

Browse files

don't track that

Authored by espadonne
SHA
6df5afce841979c340ffad1c147d4a684490e966
Parents
b1924bb
Tree
4e2f784

2 changed files

StatusFile+-
M .gitignore 1 0
D backend/.env.example 0 13
.gitignoremodified
@@ -7,6 +7,7 @@ backend/__pycache__/
77
 backend/**/__pycache__/
88
 backend/db.sqlite3
99
 backend/.env
10
+backend/.env.local
1011
 backend/*.log
1112
 backend/.coverage
1213
 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