okfn / docker-ckan

Docker images and Docker Compose setup for CKAN [Not Maintained]
GNU Affero General Public License v3.0
81 stars 88 forks source link

Add test data variables to .env.example #57

Closed owenatgov closed 3 years ago

owenatgov commented 3 years ago

What

Adds the CKAN_TEST_SYSADMIN_NAME and CKAN_TEST_SYSADMIN_PASSWORD env variables to .env.example.

Why

This is required for the test data generation jobs as part of the docker-ckan startup script. Putting it in the .env means it no longer needs to be set in the docker container.