Update documentation/configuration/config_file.md
This commit is contained in:
parent
e8c0fb1ce9
commit
8003915818
1 changed files with 6 additions and 6 deletions
|
@ -9,13 +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
|
||||
allowed_servers=domain.tld
|
||||
allowed_servers=example.com
|
||||
|
||||
### [service] section
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue