Update settings in the readme
This commit is contained in:
parent
f5f40218d8
commit
4fde041902
@ -19,7 +19,7 @@ and start it with
|
||||
|
||||
$ breve
|
||||
|
||||
The app will start serving on `http://localhost:3000`, listening on every active interface.
|
||||
The app will start serving on `https://localhost:3000`, listening on every active interface.
|
||||
|
||||
## Configure
|
||||
|
||||
@ -33,6 +33,8 @@ The default values are:
|
||||
hostname = "localhost"
|
||||
port = 3000
|
||||
urltable = "$XDG_CONFIG_HOME/breve"
|
||||
cert = "/usr/share/tls/breve.crt"
|
||||
key = "/usr/share/tls/breve.key"
|
||||
```
|
||||
|
||||
`urltable` is the location of breve url hashtable
|
||||
|
Loading…
Reference in New Issue
Block a user