update default options in README
This commit is contained in:
parent
f29cdcb3c2
commit
0d84d2d6b9
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user