From 7d271b5f7e55cb62a5542f14f89b916fb0641fbd Mon Sep 17 00:00:00 2001 From: Ian Ward Date: Tue, 8 Oct 2024 21:51:13 -0400 Subject: [PATCH] remove old datapusher options --- .env.example | 2 -- README.md | 1 - 2 files changed, 3 deletions(-) diff --git a/.env.example b/.env.example index 203f2946d..271b302c1 100644 --- a/.env.example +++ b/.env.example @@ -59,8 +59,6 @@ TEST_CKAN_REDIS_URL=redis://redis:6379/1 DATAPUSHER_VERSION=0.0.20 CKAN_DATAPUSHER_URL=http://datapusher:8800 CKAN__DATAPUSHER__CALLBACK_URL_BASE=http://ckan:5000 -DATAPUSHER_REWRITE_RESOURCES=True -DATAPUSHER_REWRITE_URL=http://ckan:5000 # NGINX NGINX_PORT=80 diff --git a/README.md b/README.md index 5286e072d..74e70acab 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,6 @@ The Docker Compose environment `.env` file by default is set up for production m 1. Change the `CKAN_SITE_URL` variable to be: http://localhost:5000 2. Update the `CKAN__DATAPUSHER__CALLBACK_URL_BASE` variable to use the `ckan-dev` container name: http://ckan-dev:5000 -3. Update the `DATAPUSHER_REWRITE_URL` variable to also use the `ckan-dev` container name http://ckan-dev:5000 ## 5. CKAN images