freechat/json-api/config.json
shockrah a79195076d * Changin public_url & public_ws_url to shorter url & wsurl respectively
There's also some miscellaneous changes  that don't fit anywhere in this patch (mostly dev qol of roadmap updates)
2021-05-09 23:08:55 -07:00

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"
]
}