fix(crawler): update env and database config

Updated crawler configuration and database connection handling. Added .gitignore to exclude pycache and .env file.
This commit is contained in:
2026-02-09 16:26:52 -05:00
parent bc8700bd60
commit 6daa706e5a
3 changed files with 5 additions and 2 deletions

2
.env
View File

@@ -1 +1 @@
DATABASE_URL=postgres://postgres:password@192.168.1.204:5432/fuelprices
DATABASE_URL=postgresql://postgres:password@192.168.1.204:5432/fuelprices