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"