Merge pull request #135 from ckan/datatables

default datatables plugin instead of recline
This commit is contained in:
Ian Ward 2024-04-25 09:06:51 -04:00 committed by GitHub
commit eefc8198ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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