Skip to content

Commit

Permalink
Feat:change force connect to true in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbet committed Sep 6, 2024
1 parent e92c208 commit 0dbbf9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/environments/prod/settings.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
authentication:
use_authent: ${ARLAS_USE_AUTHENT}
auth_mode: ${ARLAS_AUTHENT_MODE}
force_connect: false
force_connect: true
use_discovery: false
threshold: ${ARLAS_AUTHENT_THRESHOLD}
url: ${ARLAS_IAM_SERVER_URL}
Expand Down

0 comments on commit 0dbbf9a

Please sign in to comment.