first commit
This commit is contained in:
15
internal/config/const.go
Normal file
15
internal/config/const.go
Normal file
@ -0,0 +1,15 @@
|
||||
package config
|
||||
|
||||
const DefaultConfigPath = "~/.config/qmail/main.yaml"
|
||||
|
||||
const DefaultConfig = `
|
||||
servers:
|
||||
|
||||
# - name: s1
|
||||
# host: localhost
|
||||
# port: 587
|
||||
# use-tls: true
|
||||
# auth:
|
||||
# login: login
|
||||
# password: password
|
||||
`
|
||||
Reference in New Issue
Block a user