added config files

This commit is contained in:
Steffen Vogel 2013-05-31 21:21:34 +02:00
parent e20892aecd
commit c8121e9ff4
2 changed files with 52 additions and 0 deletions

26
spectrum_dev.cfg Normal file
View File

@ -0,0 +1,26 @@
[service]
server_mode = 1
user = stv0g
group = stv0g
jid = whatsapp.0l.de
server = 192.168.158.1
port = 5221
#cert = /home/stv0g/files/whatsapp/transwhat/spectrum_cert.p12
backend_host = localhost
backend = /home/stv0g/files/whatsapp/transwhat/transwhat.py
users_per_backend = 10
[identity]
name = transWhat
type = xmpp
category = gateway
[logging]
config = /etc/spectrum2/logging.cfg
backend_config = /etc/spectrum2/backend-logging.cfg

26
spectrum_prod.cfg Normal file
View File

@ -0,0 +1,26 @@
[service]
server_mode = 1
user = spectrum
group = spectrum
jid = whatsapp.0l.de
server = 0.0.0.0
port = 5222
cert = /home/stv0g/files/whatsapp/transwhat/spectrum_cert.p12
backend_host = localhost
backend = /home/stv0g/files/whatsapp/transwhat/transwhat.py
users_per_backend = 10
[identity]
name = transWhat
type = xmpp
category = gateway
[logging]
config = /etc/spectrum2/logging.cfg
backend_config = /etc/spectrum2/backend-logging.cfg