Faz ajustes de tempo entre testes de Proxy e ajusta compose

This commit is contained in:
LeoMortari
2025-12-02 00:38:09 -03:00
parent 23c8133f3d
commit d5eebb5cc4
7 changed files with 167 additions and 16 deletions

View File

@@ -5,6 +5,11 @@ POSTGRES_DB=proxies
POSTGRES_USER=postgres
POSTGRES_PASSWORD=your_secure_password_here
# Development Mode
# Set to True to disable scheduler and run scraping job once then exit
# Set to False for production mode with daily scheduled jobs
DEVELOPMENT=False
# Proxy Validation Settings
PROXY_TIMEOUT=10
VALIDATION_URL=http://httpbin.org/ip