Skip to content

Commit

Permalink
chore: change default devMode config to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat Losoponkul committed Jun 15, 2023
1 parent 3c14a87 commit 54e42a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions infrastructure/shared/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ services:
PRISM_NODE_PORT: 50053
VAULT_ADDR: ${VAULT_ADDR:-http://vault-server:8200}
VAULT_TOKEN: ${VAULT_DEV_ROOT_TOKEN_ID:-root}
DEV_MODE: "true"
depends_on:
db:
condition: service_healthy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
devMode = true
devMode = false
devMode = ${?DEV_MODE}

iris {
Expand Down

0 comments on commit 54e42a8

Please sign in to comment.