Skip to content

Commit

Permalink
also set dev env for ssl to disable by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mwullink committed Apr 30, 2020
1 parent 121d8eb commit 85047c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-dev.properties
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ impala.log.level=5
impala.log.path=${entrada.location.log}/impala-logs/

# use ssl, make sure the root CA is in java cacerts file
impala.ssl=1
impala.ssl=0

# additional url options
impala.url.additional
Expand Down

0 comments on commit 85047c8

Please sign in to comment.