From c8780fe71172cb48112fc91111c4c96686acee09 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 4ccf7a14..d152f11e 100644 --- a/docker/.env/ngen.prod.env.example +++ b/docker/.env/ngen.prod.env.example @@ -24,7 +24,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