immers
Version:
ActivityPub server for the metaverse
22 lines (21 loc) • 581 B
JSON
{
"port": 8081,
"domain": "localhost:8081",
"hub": "localhost:8080",
"homepage": null,
"name": "My Immer",
"dbName": "immers",
"smtpHost": "smtp.example.com",
"smtpPort": 587,
"smtpFrom": "noreply@mail.localhost",
"keyPath": "certs/server.key",
"certPath": "certs/server.cert",
"monetizationPointer": null,
"theme": {
"googleFont": "Monoton",
"backgroundColor": "#a6549d",
"backgroundImage": "/static/vapor.png",
"imageAttributionText": "Vectors by Vecteezy",
"imageAttributionUrl": "https://www.vecteezy.com/free-vector/vector"
}
}