Remove random spacing in readme
This commit is contained in:
parent
34febdac1f
commit
7e17dd60c2
@ -27,11 +27,9 @@ First, copy config.json.example to config.json. Then fill in the fields:
|
|||||||
* `tokens.as`: Another randomly generated token
|
* `tokens.as`: Another randomly generated token
|
||||||
* `tokens.telegram`: The Telegram bot API token, as generated by @BotFather
|
* `tokens.telegram`: The Telegram bot API token, as generated by @BotFather
|
||||||
* `tokens.google`: A Google API key, used for URL shortening. Can be left out to disable.
|
* `tokens.google`: A Google API key, used for URL shortening. Can be left out to disable.
|
||||||
|
|
||||||
* `hosts.internal`: The homeserver host to connect to internally.
|
* `hosts.internal`: The homeserver host to connect to internally.
|
||||||
* `hosts.external`: The external domain of the homeserver, used for generating URLs.
|
* `hosts.external`: The external domain of the homeserver, used for generating URLs.
|
||||||
* `hosts.bare`: Just the (sub)domain of the server.
|
* `hosts.bare`: Just the (sub)domain of the server.
|
||||||
|
|
||||||
* `user_id_format`: A Python `str.format`-style string to format user IDs as
|
* `user_id_format`: A Python `str.format`-style string to format user IDs as
|
||||||
* `db_url`: A SQLAlchemy URL for the database. See the [SQLAlchemy docs](http://docs.sqlalchemy.org/en/latest/core/engines.html).
|
* `db_url`: A SQLAlchemy URL for the database. See the [SQLAlchemy docs](http://docs.sqlalchemy.org/en/latest/core/engines.html).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user