diff options
Diffstat (limited to 'common/git')
| -rw-r--r-- | common/git/.gitconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/git/.gitconfig b/common/git/.gitconfig index 1294368..df1bbc1 100644 --- a/common/git/.gitconfig +++ b/common/git/.gitconfig @@ -53,3 +53,8 @@ [help] # Correct typos automatically (0.5 second delay) autocorrect = 5 +[sendemail] + smtpserver = smtp.soverin.net + smtpuser = [email protected] + smtpencryption = ssl + smtpserverport = 465 |
