Skip to content

Commit 8682651

Browse files
author
zhongming Fan
committed
kingbase: fix database mode env
1 parent c8d4c78 commit 8682651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var (
2828
IgnoreMissingVals bool
2929
DsnOverride string
3030
TargetLabel string
31-
kingbaseDatabaseMode = os.Getenv("KINGBASE.DATABASE_MODE")
31+
kingbaseDatabaseMode = os.Getenv("KINGBASE_DATABASE_MODE")
3232
)
3333

3434
// Load attempts to parse the given config file and return a Config object.

0 commit comments

Comments
 (0)