diff --git a/README.md b/README.md index b9516be..1110e19 100644 --- a/README.md +++ b/README.md @@ -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