Skip to content

Commit

Permalink
fix(config): Rename config key stmp to smtp (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdnurmi committed Mar 13, 2020
1 parent 48bcc70 commit ef95811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/configuration/provider_viper.go
Expand Up @@ -36,7 +36,7 @@ const (

ViperKeyCourierSMTPURL = "courier.smtp.connection_uri"
ViperKeyCourierTemplatesPath = "courier.template_override_path"
ViperKeyCourierSMTPFrom = "courier.stmp.from_address"
ViperKeyCourierSMTPFrom = "courier.smtp.from_address"

ViperKeySecretsSession = "secrets.session"

Expand Down

0 comments on commit ef95811

Please sign in to comment.