Skip to content

Commit

Permalink
feat: set node to plain by default to prevent breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
davepoltorak committed Dec 20, 2023
1 parent b8f8bef commit 6b1f586
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ prismNode {
host = ${?PRISM_NODE_HOST}
port = 50053
port = ${?PRISM_NODE_PORT}
usePlainText = false
usePlainText = true
usePlainText = ${?PRISM_NODE_USE_PLAIN_TEXT}
}
}
Expand Down

0 comments on commit 6b1f586

Please sign in to comment.