Skip to content

Commit 0b3c44c

Browse files
committed
Add session settings for sql db msg store
1 parent 2d22498 commit 0b3c44c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/configuration.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ const (
1616
HeartBtInt string = "HeartBtInt"
1717
FileLogPath string = "FileLogPath"
1818
FileStorePath string = "FileStorePath"
19+
SQLDriver string = "SQLDriver"
20+
SQLDataSourceName string = "SQLDataSourceName"
1921
)

0 commit comments

Comments
 (0)