envvars last plugin in .env.example

envvars should be last in the list of plugins so that other plugins can read/update the values it sets
This commit is contained in:
Ian Ward 2024-07-10 13:45:32 -04:00 committed by GitHub
parent 020b1b8259
commit 38d1a11265
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ NGINX_PORT=80
NGINX_SSLPORT=443 NGINX_SSLPORT=443
# Extensions # Extensions
CKAN__PLUGINS="envvars image_view text_view datatables_view datastore datapusher" CKAN__PLUGINS="image_view text_view datatables_view datastore datapusher envvars"
CKAN__HARVEST__MQ__TYPE=redis CKAN__HARVEST__MQ__TYPE=redis
CKAN__HARVEST__MQ__HOSTNAME=redis CKAN__HARVEST__MQ__HOSTNAME=redis
CKAN__HARVEST__MQ__PORT=6379 CKAN__HARVEST__MQ__PORT=6379