# Redis container name - required REDIS_URL="redis://redis:6379" # Postgres - required for docker-compose, not needed for just docker POSTGRES_USER="postgres" POSTGRES_PASSWORD="postgres" POSTGRES_DB="gibsend" # Postgres - required DATABASE_URL="postgresql://postgres:postgres@postgres:5432/gibsend" # NextAuth - required NEXTAUTH_URL="http://localhost:3000" NEXTAUTH_SECRET= #SMTP SMTP_HOST=smtp.mailtrap.io # Example SMTP host SMTP_USER= "gibsend" # Example SMTP user ## Auth providers any one is required # GitHub login - required GITHUB_ID="" GITHUB_SECRET="" # Google login - required GOOGLE_CLIENT_ID="" GOOGLE_CLIENT_SECRET="" # Gib's Auth Login GIBS_AUTH_CLIENT_ID="" GIBS_AUTH_CLIENT_SECRET="" GIBS_AUTH_ISSUER="" # AWS details - required AWS_DEFAULT_REGION="us-east-1" AWS_SECRET_KEY="" AWS_ACCESS_KEY="" DOCKER_OUTPUT=1 API_RATE_LIMIT=1 AUTH_EMAIL_RATE_LIMIT=5 # used to send important error notification - optional DISCORD_WEBHOOK_URL=""