
There's also some miscellaneous changes that don't fit anywhere in this patch (mostly dev qol of roadmap updates)
19 lines
445 B
JSON
19 lines
445 B
JSON
{
|
|
"#": "The fields below are required and can not be empty",
|
|
"#": "All other fields are ignored completely",
|
|
|
|
"database_url": "mysql://freechat_dev:password@localhost:3306/freechat",
|
|
"hmac_path": "hmac.secret",
|
|
"wss_hmac_path": "wss-hmac.secret",
|
|
"name": "Freechat Server",
|
|
"description": "Chatting server",
|
|
"url": "http://localhost:4536",
|
|
"wsurl": "ws://localhost:5648",
|
|
|
|
"tags": [
|
|
"Freechat",
|
|
"Libre software",
|
|
"Chatting"
|
|
]
|
|
}
|