From 120e2997bfadbb7eb77e5f8e754b86c9eb6b7f12 Mon Sep 17 00:00:00 2001 From: antelle Date: Sun, 11 Jun 2017 09:13:24 +0200 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration.md b/Configuration.md index a74ce5e..0883900 100644 --- a/Configuration.md +++ b/Configuration.md @@ -10,7 +10,7 @@ You can also specify the file which you would like to open as the last argument: # JSON app config -The webapp can load settings from JSON config ([here's an example config](https://github.com/keeweb/keeweb/blob/develop/util/config-example.json)) located on your server. There are two options to specify config location, whichever you like more: +The webapp can load settings from JSON config located on your server. There are two options to specify config location, whichever you like more: - add `config` url parameter: `https://your-keeweb-deployment-url/?config=your-config.json` - set `kw-config` meta-tag value: replace `(no-config)` string in app index.html with your config url