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 a074f61 commit cd7a9f7Copy full SHA for cd7a9f7
shared/config/config_test.go
@@ -35,7 +35,7 @@ func ExampleGetConfig() {
35
// fmt.Println(config.GetConfig().Services["account"].Deadline)
36
37
// Output:
38
- // username:"yourGmailUsername" password:"yourGmailAppPassword" email_server:"smtp.gmail.com" port:587 from:"xmlking[email protected]"
+ // username:"yourGmailUsername" password:"yourGmailAppPassword" email_server:"smtp.gmail.com" port:587 from:"from[email protected]"
39
}
40
41
func ExampleGetConfig_check_defaults() {
@@ -44,7 +44,7 @@ func ExampleGetConfig_check_defaults() {
44
fmt.Println(config.GetConfig().Services.Account.Deadline)
45
46
47
- // mkit.service.account:8080
+ // dns:///account.test:8080
48
// v0.1.0
49
// 8888
50
0 commit comments