cereal/config.example.json
2026-07-30 23:48:10 +09:00

11 lines
155 B
JSON

{
"host": "0.0.0.0",
"port": 8080,
"logging": {
"level": "info"
}
"email": {
"api_key": "asdf1234",
"sender": "me@example.com"
}
}