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 674a64f commit 1a0ba41Copy full SHA for 1a0ba41
main.go
@@ -18,7 +18,7 @@ func initializeLogger() *logger.Logger {
18
creds := configuration.CONNECTION_TOKEN
19
username := configuration.ROOT_USER
20
if configuration.USER_PASS_BASED_AUTH {
21
- username = "$memphis"
+ username = "$$memphis"
22
creds = configuration.CONNECTION_TOKEN + "_" + configuration.ROOT_PASSWORD
23
}
24
l, err := logger.CreateLogger(configuration.MEMPHIS_HOST, username, creds)
0 commit comments