update default options in README

master
rnhmjoj 2017-02-21 16:25:42 +01:00
parent f29cdcb3c2
commit 0d84d2d6b9
No known key found for this signature in database
GPG Key ID: 362BB82B7E496B7C
1 changed files with 3 additions and 1 deletions

View File

@ -27,13 +27,15 @@ The app will start serving on `https://localhost:3000`, listening on every activ
You can change the options by editing the config file. You can change the options by editing the config file.
When you start the app an empty one will be created in: When you start the app an empty one will be created in:
`$XDG_CONFIG_HOME/breve` or `~/.config/breve` if unset. `$XDG_CONFIG_HOME/breve`, `~/.config/breve` if unset,
or you can pass a path as the first argument of breve.
The default values are: The default values are:
```ini ```ini
hostname = "localhost" hostname = "localhost"
port = 3000 port = 3000
baseurl = "https://localhost:3000/"
urltable = "$XDG_CONFIG_HOME/breve" urltable = "$XDG_CONFIG_HOME/breve"
tls { tls {
cert = "/usr/share/tls/breve.crt" cert = "/usr/share/tls/breve.crt"