Changeset - 06ea1ee6642d
[Not reviewed]
0 2 0
HanzZ - 14 years ago 2011-10-30 15:53:30
hanzz.k@gmail.com
Config file tweaks
2 files changed with 7 insertions and 6 deletions:
0 comments (0 inline, 0 general)
spectrum/src/CMakeLists.txt
Show inline comments
 
@@ -13,7 +13,7 @@ INSTALL(TARGETS spectrum2 RUNTIME DESTINATION bin)
 
INSTALL(FILES
 
	sample2.cfg
 
	RENAME spectrum.cfg.example
 
	DESTINATION /etc/spectrum2
 
	DESTINATION /etc/spectrum2/transports
 
	)
 
 
INSTALL(FILES
spectrum/src/sample2.cfg
Show inline comments
 
@@ -36,8 +36,8 @@ backend_port=10001
 
users_per_backend=10
 

	
 
# Full path to backend binary.
 
backend=/usr/bin/spectrum_libpurple_backend
 
#backend=/usr/bin/spectrum_libircclient-qt_backend
 
backend=/usr/bin/spectrum2_libpurple_backend
 
#backend=/usr/bin/spectrum2_libircclient-qt_backend
 

	
 
# Libpurple protocol-id for spectrum_libpurple_backend
 
protocol=prpl-jabber
 
@@ -62,18 +62,19 @@ type=xmpp
 

	
 
[logging]
 
# log4cxx/log4j logging configuration file in ini format used for main spectrum2 instance.
 
config = /etc/spectrum2/logging.cfg 
 
config = /etc/spectrum2/logging.cfg
 

	
 
# log4cxx/log4j logging configuration file in ini format used for backends.
 
backend_config = /etc/spectrum2/backend-logging.cfg # log4cxx/log4j logging configuration file for backends
 
backend_config = /etc/spectrum2/backend-logging.cfg
 

	
 
[database]
 
# Database backend type
 
# "sqlite3", "mysql" or "none" without database backend
 
type = none 
 
type = none
 

	
 
# For SQLite3: Full path to database
 
# For MySQL: name of database
 
# database = /var/lib/spectrum2/$jid/database.sql
 
database = jabber_transport
 

	
 
# Server.
0 comments (0 inline, 0 general)