File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ USE_HTTPS_FOR_DEV=false
2929# CKAN core
3030CKAN_VERSION = 2.10.0
3131CKAN_SITE_ID = default
32- CKAN_SITE_URL = https ://localhost:8443
32+ CKAN_SITE_URL = http ://localhost:8443
3333CKAN___BEAKER__SESSION__SECRET = CHANGE_ME
3434# See https://docs.ckan.org/en/latest/maintaining/configuration.html#api-token-settings
3535CKAN___API_TOKEN__JWT__ENCODE__SECRET = string:CHANGE_ME
@@ -65,6 +65,16 @@ CKAN__DATAPUSHER__CALLBACK_URL_BASE=http://ckan:5000
6565NGINX_PORT = 80
6666NGINX_SSLPORT = 443
6767
68+ # S3/MINIO settings
69+ CKAN_STORAGE_BACKEND = s3
70+ CKANEXT__S3FILESTORE__HOST_NAME = http://minio:9000
71+ CKANEXT__S3FILESTORE__AWS_BUCKET_NAME = ckan
72+ CKANEXT__S3FILESTORE__AWS_ACCESS_KEY_ID = MINIOACCESSKEY
73+ CKANEXT__S3FILESTORE__AWS_SECRET_ACCESS_KEY = MINIOSECRETKEY
74+ CKANEXT__S3FILESTORE__REGION_NAME = us-east-1
75+ CKANEXT__S3FILESTORE__SIGNATURE_VERSION = s3v4
76+
77+
6878# Extensions
6979CKAN__PLUGINS = " image_view text_view datatables_view datastore datapusher envvars"
7080CKAN__HARVEST__MQ__TYPE = redis
You can’t perform that action at this time.
0 commit comments