From 0d84d2d6b97f32465c4664a6a1e0b5a96a02804a Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Tue, 21 Feb 2017 16:25:42 +0100 Subject: [PATCH] update default options in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a366c7b..93f9af7 100644 --- a/README.md +++ b/README.md @@ -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. 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: ```ini hostname = "localhost" port = 3000 +baseurl = "https://localhost:3000/" urltable = "$XDG_CONFIG_HOME/breve" tls { cert = "/usr/share/tls/breve.crt"