From d3152d3f7c8f6d36aafe367dc011234eb358440c Mon Sep 17 00:00:00 2001 From: Brett Jones <54408245+kowh-ai@users.noreply.github.com> Date: Mon, 15 May 2023 03:23:32 +1200 Subject: [PATCH] Update README.md Added CKAN_SITE_URL --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 295ee86..a51544c 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ * [Datastore and Datapusher](#Datastore-and-datapusher) * [NGINX](#nginx) * [The ckanext-envvars extension](#envvars) +* [The CKAN_SITE_URL parameter](#CKAN_SITE_URL) ## 1. Overview @@ -228,3 +229,7 @@ For example: These parameters can be added to the `.env` file For more information please see [ckanext-envvars](https://github.com/okfn/ckanext-envvars) + +## 12. CKAN_SITE_URL + +For convenience the CKAN_SITE_URL parameter should be set in the .env file. For development it can be set to http://localhost:5000 and non-development set to https://localhost:8443