From b3b6bec44d5b87616207c97d46ccdfcfc1cb4404 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Mon, 14 Oct 2024 11:04:50 -0300 Subject: [PATCH] refactor: cleanup .env.example --- .env.example | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.env.example b/.env.example index 7d39cb4..1da5583 100644 --- a/.env.example +++ b/.env.example @@ -17,11 +17,5 @@ SQL_PASSWORD= SQL_HOST=alcance_mais_pg SQL_PORT=5432 - -# Recaptcha -RECAPTCHA_PRIVATE_KEY= -RECAPTCHA_PUBLIC_KEY= -RECAPTCHA_REQUIRED_SCORE=0.6 - # Gunicorn WEB_CONCURRENCY=4