# h5p-server: the h5p-editor app plus the one-shot library-management job. H5P_EDITOR__S3_ENDPOINT=http://minio:9000 H5P_EDITOR__S3_REGION=eu-central-1 H5P_EDITOR__S3_ACCESS_KEY_ID=miniouser H5P_EDITOR__S3_SECRET_ACCESS_KEY=miniouser H5P_EDITOR__S3_BUCKET_CONTENT=h5p-content-bucket H5P_EDITOR__S3_BUCKET_LIBRARIES=h5p-library-bucket H5P_EDITOR__LIBRARIES_S3_ACCESS_KEY_ID=miniouser H5P_EDITOR__LIBRARIES_S3_SECRET_ACCESS_KEY=miniouser # A short list keeps the one-off library install to a couple of minutes; the # upstream default installs ~40 libraries and takes far longer. H5P_EDITOR__LIBRARY_LIST=H5P.ArithmeticQuiz,H5P.Chart,H5P.MultiChoice,H5P.Blanks API_HOST=http://api:3030/api CORE_INCOMING_REQUEST_TIMEOUT_MS=8000 LOGGER_LOG_LEVEL=info