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