Skip to content

Commit

Permalink
Add maximum resource and image size configurations to development, st…
Browse files Browse the repository at this point in the history
…aging, and production environments
  • Loading branch information
mjanez committed Dec 17, 2024
1 parent 821da17 commit c04d12e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions playbook/inventories/development/host_vars/development_01.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ ckan__preview__text_formats: "text plain text/plain text/turtle rss txt"
ckan__preview__loadable: "html htm rdf+xml owl+xml xml n3 n-triples turtle plain atom csv tsv rss txt json arcgis_rest"

#### Resource Proxy settings
### The maximum in megabytes a resources upload can be. Default 10MB
ckan__max_resource_size: 100
ckan__max_image_size: 4
### Preview size limit, default: 1MB
ckan__resource_proxy__max_file_size: 50048576
## Size of chunks to read/write__
Expand Down
3 changes: 3 additions & 0 deletions playbook/inventories/production/host_vars/production_01.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ ckan__preview__text_formats: "text plain text/plain text/turtle rss txt"
ckan__preview__loadable: "html htm rdf+xml owl+xml xml n3 n-triples turtle plain atom csv tsv rss txt json arcgis_rest"

#### Resource Proxy settings
### The maximum in megabytes a resources upload can be. Default 10MB
ckan__max_resource_size: 100
ckan__max_image_size: 4
### Preview size limit, default: 1MB
ckan__resource_proxy__max_file_size: 50048576
## Size of chunks to read/write__
Expand Down
3 changes: 3 additions & 0 deletions playbook/inventories/staging/host_vars/staging_01.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ ckan__preview__text_formats: "text plain text/plain text/turtle rss txt"
ckan__preview__loadable: "html htm rdf+xml owl+xml xml n3 n-triples turtle plain atom csv tsv rss txt json arcgis_rest"

#### Resource Proxy settings
### The maximum in megabytes a resources upload can be. Default 10MB
ckan__max_resource_size: 100
ckan__max_image_size: 4
### Preview size limit, default: 1MB
ckan__resource_proxy__max_file_size: 50048576
## Size of chunks to read/write__
Expand Down

0 comments on commit c04d12e

Please sign in to comment.