We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1433da8 commit 1ee6658Copy full SHA for 1ee6658
2 files changed
compose/config/.global-env
@@ -1,5 +1,5 @@
1
#CKAN
2
-CKAN_VERSION=2.11.3
+CKAN_VERSION=2.11.4
3
4
# Redis
5
REDIS_VERSION=6.0.7
compose/config/ckan/.env
@@ -28,6 +28,8 @@ CKAN__PLUGINS=envvars activity image_view text_view datatables_view datastore xl
28
# CKAN requires storage path to be set in order for filestore to be enabled
29
CKAN__STORAGE_PATH=/app/data
30
CKAN__WEBASSETS__PATH=/app/data/webassets
31
+# Enable file uploads in datasets
32
+CKAN__UPLOADS_ENABLED=true
33
# SYSADMIN settings, a sysadmin user is created automatically with the below credentials
34
CKAN_SYSADMIN_NAME=sysadmin
35
CKAN_SYSADMIN_PASSWORD=password
0 commit comments