From b6d30f18cdec2c9e8c2116c1ad15e98bfd92d3f1 Mon Sep 17 00:00:00 2001 From: fbasso Date: Tue, 22 Jul 2025 15:11:23 -0300 Subject: [PATCH] add default value recommendation for DJANGO_CORS_ALLOWED_ORIGINS env variable in install script --- docker/.env/ngen.prod.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/.env/ngen.prod.env.example b/docker/.env/ngen.prod.env.example index 83e502fe..62dbbe2b 100644 --- a/docker/.env/ngen.prod.env.example +++ b/docker/.env/ngen.prod.env.example @@ -19,7 +19,7 @@ DJANGO_ALLOWED_HOSTS=* # Example: # DJANGO_CORS_ALLOWED_ORIGINS=https://ngen.yourdomain.com -DJANGO_CORS_ALLOWED_ORIGINS= +DJANGO_CORS_ALLOWED_ORIGINS=https://127.0.0.1,https://localhost #### Email