From ffaf7ff8c5c3d4722bd91646b0040ce4914f7855 Mon Sep 17 00:00:00 2001 From: HanzZ Date: Thu, 31 Jan 2013 19:05:45 +0100 Subject: [PATCH] update --- documentation/configuration/config_file.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/documentation/configuration/config_file.md b/documentation/configuration/config_file.md index 8e8b109a..fc28f4ed 100644 --- a/documentation/configuration/config_file.md +++ b/documentation/configuration/config_file.md @@ -9,10 +9,13 @@ Spectrum 2 config file is not compatible with Spectrum 1, although some importan Following types are used: -- integer - Examples: key=0 -- string - Examples: key=something -- boolean - Examples: key=0 or key=1 -- list - List of strings. You can specify this options more than once: +integer - Examples: key=0 + +string - Examples: key=something + +boolean - Examples: key=0 or key=1 + +list - List of strings. You can specify this options more than once: allowed_servers=domain.tld allowed_servers=example.com