feat(init): First commit
This commit is contained in:
commit
f92368748a
22 changed files with 1298 additions and 0 deletions
13
mailout.yml.sample
Normal file
13
mailout.yml.sample
Normal file
|
@ -0,0 +1,13 @@
|
|||
postgres:
|
||||
hostname: localhost
|
||||
port: 5432
|
||||
database: vmail
|
||||
user: postgres
|
||||
password: postgres123
|
||||
sslmode: disable
|
||||
providers:
|
||||
ovh:
|
||||
application_key: <CHANGEME>
|
||||
application_secret: <CHANGEME>
|
||||
consumer_key: <CHANGEME>
|
||||
endpoint: ovh-eu
|
Loading…
Add table
Add a link
Reference in a new issue