Skip to content

Commit

Permalink
Merge pull request taosdata#16830 from taosdata/fix/TD-19078
Browse files Browse the repository at this point in the history
fix: spell error
  • Loading branch information
guanshengliang authored Sep 15, 2022
2 parents de43828 + 0b417b8 commit 0c9d378
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#spring.datasource.password=taosdata
# datasource config - JDBC-RESTful
spring.datasource.driver-class-name=com.taosdata.jdbc.rs.RestfulDriver
spring.datasource.url=jdbc:TAOS-RS://localhsot:6041/test?timezone=UTC-8&charset=UTF-8&locale=en_US.UTF-8
spring.datasource.url=jdbc:TAOS-RS://localhost:6041/test?timezone=UTC-8&charset=UTF-8&locale=en_US.UTF-8
spring.datasource.username=root
spring.datasource.password=taosdata
spring.datasource.druid.initial-size=5
Expand Down

0 comments on commit 0c9d378

Please sign in to comment.