Config file tweaks
This commit is contained in:
parent
081b8258b2
commit
06ea1ee664
2 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue