Skip to content

Commit

Permalink
Fix bug in TDengineConfiguration.java
Browse files Browse the repository at this point in the history
  • Loading branch information
micli committed Oct 3, 2020
1 parent 57fb596 commit eb1b4e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class TDengineConfiguration extends PropertiesReader {
private static final String DATABASE_DEFAULT = "testdb";
private static final String DATABASE_USER = "user";
private static final String DATABASE_USER_DEFAULT = "root";
private static final String DATABASE_PASSWORD = "";
private static final String DATABASE_PASSWORD = "password";
private static final String DATABASE_PASSWORD_DEFAULT = "taosdata";
private static final String CONNECT_TIMEOUT = "connectTimeout";
private static final int CONNECT_TIMEOUT_DEFAULT = 5000;
Expand Down

0 comments on commit eb1b4e0

Please sign in to comment.