Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
RDMS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
researchdata
RDMS
Commits
2f43af54
Commit
2f43af54
authored
6 months ago
by
Paul
Browse files
Options
Downloads
Patches
Plain Diff
updated .env templates with comments to mention values which cannot be changed after Docker build
parent
558b6df1
Branches
add-comments-to-env-templates
Branches containing commit
Tags
Tags containing commit
1 merge request
!332
Updated .env templates with comments to mention values which cannot be changed after Docker build
Pipeline
#16575
passed
6 months ago
Stage: build
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.env.template
+6
-0
6 additions, 0 deletions
.env.template
.env.template.development
+6
-0
6 additions, 0 deletions
.env.template.development
with
12 additions
and
0 deletions
.env.template
+
6
−
0
View file @
2f43af54
...
...
@@ -61,10 +61,14 @@ MATOMO_AUTH_TOKEN=
# Hyrax application setting
HOST_APP_DATA_PATH=/data/
# DERIVATIVES_PATH is used by Docker build and is therefore fixed in the resulting Docker image
DERIVATIVES_PATH=/shared/derivatives/
# FITS_PATH and FITS_VERSION are used by Docker build and are therefore fixed in the resulting Docker image
FITS_PATH=/fits/fits-1.5.5/fits.sh
FITS_VERSION=1.5.5
# UPLOADS_PATH is used by Docker build and is therefore fixed in the resulting Docker image
UPLOADS_PATH=/shared/uploads/
# CACHE_PATH is used by Docker build and is therefore fixed in the resulting Docker image
CACHE_PATH=/shared/cache/
BRAND_PATH=/data/public/branding
DEFAULT_DATE_FORMAT=%Y-%m-%d
...
...
@@ -79,6 +83,7 @@ IIIF_SEARCH_ENDPOINT=
CONFIG_IIIF_IMAGE_ENDPOINT=
# If the rails server is configured to serve requests in https, set this to true
IIIF_TO_SERVE_SSL_URLS=false
# CRC_FOLDER_IMPORT_PATH is used by Docker build and is therefore fixed in the resulting Docker image
CRC_FOLDER_IMPORT_PATH=/mnt/rdms_data/RUB/testData
# Browse Everything credentials
...
...
@@ -161,6 +166,7 @@ ARK_NAAN=
# Download
DOWNLOAD_FILES_SIZE_LIMIT=100000000
DOWNLOAD_FILES_COUNT_LIMIT=150
# DOWNLOAD_PATH is used by Docker build and is therefore fixed in the resulting Docker image
DOWNLOAD_PATH=/shared/downloads
# Admin set titles for the workflows
...
...
This diff is collapsed.
Click to expand it.
.env.template.development
+
6
−
0
View file @
2f43af54
...
...
@@ -59,10 +59,14 @@ MATOMO_AUTH_TOKEN=
# Hyrax application setting
HOST_APP_DATA_PATH=./data/
# DERIVATIVES_PATH is used by Docker build and is therefore fixed in the resulting Docker image
DERIVATIVES_PATH=/shared/derivatives/
# FITS_PATH and FITS_VERSION are used by Docker build and are therefore fixed in the resulting Docker image
FITS_PATH=/fits/fits-1.5.5/fits.sh
FITS_VERSION=1.5.5
# UPLOADS_PATH is used by Docker build and is therefore fixed in the resulting Docker image
UPLOADS_PATH=/shared/uploads/
# CACHE_PATH is used by Docker build and is therefore fixed in the resulting Docker image
CACHE_PATH=/shared/cache/
BRAND_PATH=/data/public/branding
DEFAULT_DATE_FORMAT=%Y-%m-%d
...
...
@@ -77,6 +81,7 @@ IIIF_SEARCH_ENDPOINT=
CONFIG_IIIF_IMAGE_ENDPOINT=
# If the rails server is configured to serve requests in https, set this to true
IIIF_TO_SERVE_SSL_URLS=false
# CRC_FOLDER_IMPORT_PATH is used by Docker build and is therefore fixed in the resulting Docker image
CRC_FOLDER_IMPORT_PATH=/mnt/rdms_data/RUB/testData
# Browse Everything credentials
...
...
@@ -157,6 +162,7 @@ ARK_NAAN=
# Download
DOWNLOAD_FILES_SIZE_LIMIT=100000000
DOWNLOAD_FILES_COUNT_LIMIT=150
# DOWNLOAD_PATH is used by Docker build and is therefore fixed in the resulting Docker image
DOWNLOAD_PATH=/shared/downloads
# Admin set titles for the workflows
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment