Changeset - 382ad598e47d
[Not reviewed]
0 2 0
HanzZ - 13 years ago 2013-03-08 14:50:45
hanzz.k@gmail.com
docs update
2 files changed with 4 insertions and 3 deletions:
0 comments (0 inline, 0 general)
css/style_config.css
Show inline comments
 
@@ -94,13 +94,13 @@ h3 {
 
}
 

	
 
h4 {
 
  font-size: 21px;
 
  background: #373737;
 
  color: #fff;
 
  padding: 3px;
 
  padding: 1px;
 
  padding-left: 10px;
 
}
 

	
 
h5 {
 
  font-size: 18px;
 
}
documentation/configuration/config_file.md
Show inline comments
 
---
 
layout: config
 
title: Spectrum 2
 
---
 

	
 
* [service.server_mode](#serviceserver_mode)
 
* [service.jid](#servicejid)
 

	
 
### Types of configuration fields
 

	
 
Following types are used:
 

	
 
integer - Examples: key=0
 

	
 
@@ -15,14 +18,12 @@ boolean - Examples: key=0 or key=1
 

	
 
list - List of strings (or Jabber IDs). You can specify this options more than once:
 

	
 
	allowed_servers=domain.tld
 
	allowed_servers=example.com
 

	
 
### [service] section
 

	
 
#### service.server_mode
 

	
 
Key | val
 
----|----
 
Description:|Configures if Spectrum 2 works in server mode or gateway mode
 
Context:|server-mode and gateway-mode
0 comments (0 inline, 0 general)