POSTGRES_SERVER=localhost
POSTGRES_PORT=5432
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=gto_db
USE_SQLITE=True
REDIS_URL=redis://localhost:6379/0
