Skip to content

Commit f969764

Browse files
update env_example
1 parent f8a7ef2 commit f969764

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.env.example

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ USE_HTTPS_FOR_DEV=false
2929
# CKAN core
3030
CKAN_VERSION=2.10.0
3131
CKAN_SITE_ID=default
32-
CKAN_SITE_URL=https://localhost:8443
32+
CKAN_SITE_URL=http://localhost:8443
3333
CKAN___BEAKER__SESSION__SECRET=CHANGE_ME
3434
# See https://docs.ckan.org/en/latest/maintaining/configuration.html#api-token-settings
3535
CKAN___API_TOKEN__JWT__ENCODE__SECRET=string:CHANGE_ME
@@ -65,6 +65,16 @@ CKAN__DATAPUSHER__CALLBACK_URL_BASE=http://ckan:5000
6565
NGINX_PORT=80
6666
NGINX_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
6979
CKAN__PLUGINS="image_view text_view datatables_view datastore datapusher envvars"
7080
CKAN__HARVEST__MQ__TYPE=redis

0 commit comments

Comments
 (0)