No password in git

This commit is contained in:
2026-04-26 14:19:54 +02:00
parent 2eaaf8d6d8
commit b4dd203718
2 changed files with 9 additions and 1 deletions

2
.gitignore vendored
View File

@@ -2,4 +2,4 @@
.config
.project
*.pid
data
config/smtp.yml

8
config/smtp.yml.example Normal file
View File

@@ -0,0 +1,8 @@
address: "mail.van-halteren.net"
port: 465
domain: 'van-halteren.net'
user_name: 'aart@van-halteren.net'
password: 'secret'
authentication: "plain"
ssl: true
ssl_verify_mode: "none"