DATABASE_URL="postgresql://postgres:admin@localhost:5432/chat?schema=public"
REDIS_URL="redis://localhost:6379"
ALGO="HS256"
SECRET_KEY="test"
NODE_ENV="development"

