sogo/Tests/Integration/config.py.in
Ludovic Marcotte 00e3963a96 See ChangeLog
Monotone-Parent: f1c001048ccc36181a09a459327f563dbc26e12f
Monotone-Revision: aab1e060a1d26a9624f7f84c30d1414ca1969560

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2010-01-24T20:40:12
Monotone-Branch: ca.inverse.sogo
2010-01-24 20:40:12 +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"