11 lines
160 B
JSON
11 lines
160 B
JSON
{
|
|
"host": "0.0.0.0",
|
|
"port": 8080,
|
|
"logging": {
|
|
"level": "info"
|
|
}
|
|
"email": {
|
|
"bird_api_key": "asdf1234",
|
|
"sender": "me@example.com"
|
|
}
|
|
}
|