Skip to content

Commit

Permalink
Merge pull request #1255 from NASA-AMMOS/aerie-file-store-env-var
Browse files Browse the repository at this point in the history
Add PUBLIC_AERIE_FILE_STORE_PREFIX environment variable
  • Loading branch information
mattdailis authored Dec 14, 2023
2 parents a2cc355 + 71d4323 commit 8f3d9bb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions deployment/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ services:
depends_on: ["postgres"]
environment:
ORIGIN: http://localhost
PUBLIC_AERIE_FILE_STORE_PREFIX: "/usr/src/app/merlin_file_store/"
PUBLIC_LOGIN_PAGE: "enabled"
PUBLIC_GATEWAY_CLIENT_URL: http://localhost:9000
PUBLIC_GATEWAY_SERVER_URL: http://aerie_gateway:9000
Expand Down
2 changes: 2 additions & 0 deletions deployment/kubernetes/aerie-ui-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ spec:
- env:
- name: ORIGIN
value: http://127.0.0.1
- name: PUBLIC_AERIE_FILE_STORE_PREFIX
value: /usr/src/app/merlin_file_store/
- name: PUBLIC_GATEWAY_CLIENT_URL
value: http://localhost:9000
- name: PUBLIC_GATEWAY_SERVER_URL
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ services:
depends_on: ["postgres"]
environment:
NODE_TLS_REJECT_UNAUTHORIZED: "0"
PUBLIC_AERIE_FILE_STORE_PREFIX: "/usr/src/app/merlin_file_store/"
PUBLIC_LOGIN_PAGE: "enabled"
ORIGIN: http://localhost
PUBLIC_GATEWAY_CLIENT_URL: http://localhost:9000
Expand Down
1 change: 1 addition & 0 deletions e2e-tests/docker-compose-many-workers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ services:
depends_on: ["postgres"]
environment:
NODE_TLS_REJECT_UNAUTHORIZED: "0"
PUBLIC_AERIE_FILE_STORE_PREFIX: "/usr/src/app/merlin_file_store/"
PUBLIC_LOGIN_PAGE: "enabled"
ORIGIN: http://localhost
PUBLIC_GATEWAY_CLIENT_URL: http://localhost:9000
Expand Down
1 change: 1 addition & 0 deletions e2e-tests/docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ services:
environment:
NODE_TLS_REJECT_UNAUTHORIZED: '0'
ORIGIN: http://localhost
PUBLIC_AERIE_FILE_STORE_PREFIX: "/usr/src/app/merlin_file_store/"
PUBLIC_GATEWAY_CLIENT_URL: http://localhost:9000
PUBLIC_GATEWAY_SERVER_URL: http://aerie_gateway:9000
PUBLIC_HASURA_CLIENT_URL: http://localhost:8080/v1/graphql
Expand Down

0 comments on commit 8f3d9bb

Please sign in to comment.