sogo/Tests/config.py.in
Wolfgang Sourdeau 57dc9a00e5 Monotone-Parent: 9bfc62d1f8b6f1f623da41eaca1ab3b7903a1c63
Monotone-Revision: cb222f02cc5986ffd8d110ceadf6604b2e93f7f4

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-10-01T13:07:56
Monotone-Branch: ca.inverse.sogo
2009-10-01 13:07:56 +00:00

16 lines
378 B
Python

# setup: username must be super-user or have read-access to PUBLIC events in
# both attendee and delegate's personal calendar
hostname = "localhost"
port = "80"
username = "myuser"
password = "mypass"
subscriber_username = "otheruser"
subscriber_password = "otherpass"
attendee1 = "user@domain.com"
attendee1_delegate = "otheruser@domain.com"
mailserver = "imaphost"