From 571f2a88cd06ade20283e57ab539f64fde08f361 Mon Sep 17 00:00:00 2001 From: Yigid BALABAN Date: Wed, 7 Aug 2024 09:48:11 +0300 Subject: [PATCH] ... --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index d3d28bf..2632e31 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,6 @@ -ALLOWED_ORIGINS=https://example.org EMAIL="user@example.org" EMAIL_PASSWORD="..." EMAIL_HOST="smtp.example.org" EMAIL_PORT=587 -ENVIRONMENT="TEST" \ No newline at end of file +ENVIRONMENT="TEST" +ALLOWED_IPS="1.1.1.1" \ No newline at end of file