Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ var (
Loose: true,
// MySQL ini file can have boolean keys.
AllowBooleanKeys: true,
// Ignore the # character in the line to avoid password parsing failure when the MySQL password contains the # symbol
IgnoreInlineComment: true,
// Remove the first and last quotation marks
UnescapeValueDoubleQuotes: true,
}

err error
Expand Down