mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-13 02:03:59 +01:00
git: extract sendemail config with creds to separate file
This commit is contained in:
parent
e01079b745
commit
b041cf009b
2 changed files with 11 additions and 8 deletions
|
@ -55,13 +55,6 @@
|
|||
editor = nvim
|
||||
attributesfile = {{ .chezmoi.homeDir }}/.gitattributes
|
||||
autocrlf = input
|
||||
[sendemail]
|
||||
smtpserver = smtp.migadu.com
|
||||
smtpuser = {{ (bitwarden "item" "Migadu email").login.username }}
|
||||
smtpencryption = ssl
|
||||
smtpserverport = 465
|
||||
smtppass = {{ (bitwarden "item" "Migadu email").login.password | quote }}
|
||||
confirm = auto
|
||||
[submodule]
|
||||
recurse = true
|
||||
[fetch]
|
||||
|
@ -120,4 +113,6 @@
|
|||
helper = osxkeychain
|
||||
|
||||
[include]
|
||||
path = ovh.config
|
||||
path = work.config
|
||||
path = sendemail
|
||||
|
||||
|
|
8
dot_config/git/private_sendemail.tmpl
Normal file
8
dot_config/git/private_sendemail.tmpl
Normal file
|
@ -0,0 +1,8 @@
|
|||
[sendemail]
|
||||
smtpserver = smtp.migadu.com
|
||||
smtpuser = {{ (bitwarden "item" "Migadu email").login.username }}
|
||||
smtpencryption = ssl
|
||||
smtpserverport = 465
|
||||
smtppass = {{ (bitwarden "item" "Migadu email").login.password | quote }}
|
||||
confirm = auto
|
||||
|
Loading…
Reference in a new issue