updated env docs to mention valules which cannot be changed after Docker build authored by Paul's avatar Paul
......@@ -80,10 +80,10 @@
| ---------------------------------------- | --------------------------- | ------------------------------------------------------------ | --------------------- |
| HOST_APP_DATA_PATH | /data/ | Local path for mounted data directory (used by importer) | |
| DERIVATIVES_PATH | /shared/derivatives/ | Local path for derivatives | |
| FITS_PATH | /fits/fits-1.5.5/fits.sh | Path to FITS executable | |
| FITS_VERSION | 1.5.5 | FITS version | |
| UPLOADS_PATH | /shared/uploads/ | Local path uploaded files | |
| CACHE_PATH | /shared/cache/ | Path for cache | |
| FITS_PATH | /fits/fits-1.5.5/fits.sh | Path to FITS executable<br/>(*used by Docker build and therefore fixed in resulting Docker image*) | |
| FITS_VERSION | 1.5.5 | FITS version<br/>(*used by Docker build and therefore fixed in resulting Docker image*) | |
| UPLOADS_PATH | /shared/uploads/ | Local path uploaded files<br/>(*used by Docker build and therefore fixed in resulting Docker image*) | |
| CACHE_PATH | /shared/cache/ | Path for cache<br/>(*used by Docker build and therefore fixed in resulting Docker image*) | |
| BRAND_PATH | /data/public/branding | Path for logos etc. | |
| DEFAULT_DATE_FORMAT | %Y-%m-%d | Default data format | |
| NOTIFICATIONS_EMAIL_DEFAULT_FROM_ADDRESS | no-reply@mailboxer.com | Default email address used for `from` field in emailed notifications | |
......@@ -98,7 +98,7 @@
| IIIF_SEARCH_ENDPOINT | | | |
| CONFIG_IIIF_IMAGE_ENDPOINT | | | |
| IIIF_TO_SERVE_SSL_URLS | false | If the rails server is configured to serve requests in https, set this to true | |
| CRC_FOLDER_IMPORT_PATH | /mnt/rdms_data/RUB/testData | Local path for mounted data directory (used by importer for CRC1280 test data) | yes |
| CRC_FOLDER_IMPORT_PATH | /mnt/rdms_data/RUB/testData | Local path for mounted data directory (used by importer for CRC1280 test data)<br/>(*used by Docker build and therefore fixed in resulting Docker image*) | yes |
| USE_BROWSE_EVERYTHING | false | Flag to enable Browse Everything | |
| GOOGLE_DRIVE_CLIENT_ID | | (for Browse Everything) | |
| GOOGLE_DRIVE_CLIENT_SECRET | | (for Browse Everything) | |
......@@ -130,7 +130,7 @@
| MAX_FILE_SIZE | 2000000000 | Specified in **bytes only**, not in words (i.e. **not** like this "2.gigabytes") | |
| DOWNLOAD_FILES_SIZE_LIMIT | 100000000 | Maximum size of file that can be downloaded in a single operation | |
| DOWNLOAD_FILES_COUNT_LIMIT | 150 | Maximum number of files that can be downloaded in a single operation | |
| DOWNLOAD_PATH | tmp/downloads | Local path for downloaded files | |
| DOWNLOAD_PATH | tmp/downloads | Local path for downloaded files<br/>(*used by Docker build and therefore fixed in resulting Docker image*) | |
## Authentication settings
......
......