Update README.md

add var name for skin use
This commit is contained in:
agentcobra 2016-11-20 21:44:20 +01:00 committed by GitHub
parent 366dd6c443
commit 3703ce0301

View file

@ -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" } }`)