proxy-pool/.env.example

4 lines
184 B
Plaintext

DATABASE_URL=postgresql+asyncpg://proxypool:proxypool@localhost:5432/proxypool
REDIS_URL=redis://localhost:6379/0
SECRET_KEY=change-me-to-something-random-in-production
LOG_LEVEL=DEBUG