Skip to content

Commit

Permalink
Add FEATURE_FLAGS env variable (#328)
Browse files Browse the repository at this point in the history
remove duplicate MC_* keys
  • Loading branch information
martinlovell authored Jan 3, 2022
1 parent 9b1e78e commit a3caf2a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/camerata/cluster.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def self.parameters
METADATA_CLOUD_HOST
BLACKLIGHT_PASSWORD_PROTECT
BLACKLIGHT_BASE_URL
FEATURE_FLAGS
GOOBI_MOUNT
GOOBI_SCAN_DIRECTORIES
IIIF_IMAGE_BASE_URL
Expand Down
1 change: 1 addition & 0 deletions templates/blacklight-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ services:
AWS_DEFAULT_REGION: us-east-1
AWS_SECRET_ACCESS_KEY:
BLACKLIGHT_VERSION:
FEATURE_FLAGS:
POSTGRES_HOST: db
POSTGRES_PASSWORD: password
POSTGRES_USER: postgres
Expand Down
1 change: 1 addition & 0 deletions templates/intensive-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
AWS_ACCESS_KEY_ID:
AWS_DEFAULT_REGION: us-east-1
AWS_SECRET_ACCESS_KEY:
FEATURE_FLAGS:
GOOBI_MOUNT:
GOOBI_SCAN_DIRECTORIES:
METADATA_CLOUD_HOST:
Expand Down
1 change: 1 addition & 0 deletions templates/management-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ services:
AWS_ACCESS_KEY_ID:
AWS_DEFAULT_REGION: us-east-1
AWS_SECRET_ACCESS_KEY:
FEATURE_FLAGS:
GOOBI_MOUNT:
GOOBI_SCAN_DIRECTORIES:
METADATA_CLOUD_HOST:
Expand Down
1 change: 1 addition & 0 deletions templates/worker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
AWS_ACCESS_KEY_ID:
AWS_DEFAULT_REGION: us-east-1
AWS_SECRET_ACCESS_KEY:
FEATURE_FLAGS:
GOOBI_MOUNT:
GOOBI_SCAN_DIRECTORIES:
MC_USER:
Expand Down

0 comments on commit a3caf2a

Please sign in to comment.