Remove env file from repository
Browse files- .env +0 -4
- .gitignore +6 -0
.env
DELETED
|
@@ -1,4 +0,0 @@
|
|
| 1 |
-
APP_NAME=QueryRoute Dashboard
|
| 2 |
-
ENVIRONMENT=development
|
| 3 |
-
DEBUG=true
|
| 4 |
-
DATABASE_URL=postgresql://neondb_owner:npg_ltTPcqu1Q6oS@ep-damp-glade-ab350rcx.eu-west-2.aws.neon.tech/neondb?sslmode=require&channel_binding=require
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.gitignore
CHANGED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
.env
|
| 2 |
+
.venv/
|
| 3 |
+
__pycache__/
|
| 4 |
+
*.pyc
|
| 5 |
+
.pytest_cache/
|
| 6 |
+
pytest-cache-files-*/
|