We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d22498 commit 0b3c44cCopy full SHA for 0b3c44c
config/configuration.go
@@ -16,4 +16,6 @@ const (
16
HeartBtInt string = "HeartBtInt"
17
FileLogPath string = "FileLogPath"
18
FileStorePath string = "FileStorePath"
19
+ SQLDriver string = "SQLDriver"
20
+ SQLDataSourceName string = "SQLDataSourceName"
21
)
0 commit comments