From 50caee16433b8706a5778574a9bf45ffab911968 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hector=20G=C3=B3mez=20Varela?= Date: Tue, 30 Jul 2024 15:04:19 +0200 Subject: [PATCH] Rename CGW_FLUSH_TOKEN to CGW_AUTH_TOKEN --- container_env_files/cfg.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container_env_files/cfg.env b/container_env_files/cfg.env index 0138655..596c2c6 100644 --- a/container_env_files/cfg.env +++ b/container_env_files/cfg.env @@ -37,7 +37,7 @@ DEFAULT_FILE_STORAGE=django.core.files.storage.FileSystemStorage FORCE_SCRIPT_NAME=/cfg/ CGW_URL=http://nginx:8000/cgw -CGW_FLUSH_TOKEN=some_random_token +CGW_AUTH_TOKEN=your_privileged_endpoints_token CSRF_TRUSTED_ORIGINS="http://localhost:8000"