Skip to content

Commit

Permalink
update env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
skovati committed Mar 14, 2024
1 parent 7674100 commit 2ee8276
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion deployment/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ services:
MERLIN_DB_USER: "${AERIE_USERNAME}"
MERLIN_LOCAL_STORE: /usr/src/app/merlin_file_store
MERLIN_PORT: 27183
ENABLE_CONTINUOUS_VALIDATION_THREAD: true
JAVA_OPTS: >
-Dorg.slf4j.simpleLogger.defaultLogLevel=WARN
-Dorg.slf4j.simpleLogger.logFile=System.err
Expand Down Expand Up @@ -143,7 +144,6 @@ services:
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
PUBLIC_HASURA_CLIENT_URL: http://localhost:8080/v1/graphql
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ services:
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
PUBLIC_GATEWAY_SERVER_URL: http://aerie_gateway:9000
Expand Down
1 change: 0 additions & 1 deletion e2e-tests/docker-compose-many-workers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ services:
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
PUBLIC_GATEWAY_SERVER_URL: http://aerie_gateway:9000
Expand Down

0 comments on commit 2ee8276

Please sign in to comment.