UNPKG
@house-agency/brewmail
Version:
latest (0.2.7)
0.2.7
0.2.6
0.2.5
The Brewery Mailer Service
bitbucket.org/thebrewery/brewmail
@house-agency/brewmail
/
test
/
test.json
18 lines
(17 loc)
•
292 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"storage"
:
{
"keyvalue"
:
{
"host"
:
"localhost"
,
"db"
:
0
}
}
,
"mail"
:
{
"transport"
:
{
"host"
:
"localhost"
,
"port"
:
25
}
,
"templates"
:
{
"test"
:
"test/test.pug"
}
}
}