Update .local/share/chezmoi/home/private_dot_config/git/config.tmpl
This commit is contained in:
parent
553a15f30d
commit
13906979a6
1 changed files with 2 additions and 2 deletions
|
@ -141,10 +141,10 @@
|
|||
autoupdate = true
|
||||
[sendemail]
|
||||
smtpserver = smtp.gmail.com
|
||||
smtpuser = {{ .user.gmailAddress }}
|
||||
smtpuser = {{ .user.gmail.email }}
|
||||
smtpencryption = tls
|
||||
smtpserverport = 587
|
||||
smtpPass = {{ .user.gmailAddressAppPassword }}
|
||||
smtpPass = {{ .user.gmail.password }}
|
||||
[status]
|
||||
showUntrackedFiles = all
|
||||
submoduleSummary = true
|
||||
|
|
Loading…
Reference in a new issue