Update README.md

Added CKAN_SITE_URL
This commit is contained in:
Brett Jones 2023-05-15 03:23:32 +12:00 committed by GitHub
parent cf4eef6111
commit d3152d3f7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,7 @@
* [Datastore and Datapusher](#Datastore-and-datapusher) * [Datastore and Datapusher](#Datastore-and-datapusher)
* [NGINX](#nginx) * [NGINX](#nginx)
* [The ckanext-envvars extension](#envvars) * [The ckanext-envvars extension](#envvars)
* [The CKAN_SITE_URL parameter](#CKAN_SITE_URL)
## 1. Overview ## 1. Overview
@ -228,3 +229,7 @@ For example:
These parameters can be added to the `.env` file These parameters can be added to the `.env` file
For more information please see [ckanext-envvars](https://github.com/okfn/ckanext-envvars) 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