cereal/config.example.json
2026-08-02 22:50:05 +09:00

18 lines
322 B
JSON

{
"host": "0.0.0.0",
"port": 8080,
"logging": {
"level": "info"
}
"email": {
"bird_api_key": "asdf1234",
"sender": "noreply@verifiedsenderdomain.com"
},
"database": {
"url": "sqlite://",
"echo": false
},
"auth": {
"ed25519_private_key": "A base64 encoded EdDSA Private Key"
}
}