From 3703ce030102f15dc76c5dfc3b31fcab95a608f3 Mon Sep 17 00:00:00 2001 From: agentcobra Date: Sun, 20 Nov 2016 21:44:20 +0100 Subject: [PATCH] Update README.md add var name for skin use --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 729a194..9b99aca 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,10 @@ Array of URLs and/or URIs to redirect and their redirect URI/URL (**example**: ` Array of regular expressions to be matched against URLS **and** URIs and their redirect URI/URL (**example**: `{ "example.org/megusta$": "example.org/subpath" }`) +#### skin + +Skin used by default in views (**default**: `portal`) + #### users 2-level array containing usernames and their allowed URLs along with an App name (**example**: `{ "kload": { "kload.fr/myapp/": "My App" } }`)