sogo/Tests/Integration/config.py.in
Wolfgang Sourdeau 9afaff4af4 Monotone-Parent: e9d4010d6c952c0aa503fa4571a589fb91c356b5
Monotone-Revision: b6518b59a7eb387bb26b065aa4b947048534a96a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-07-13T17:36:32
Monotone-Branch: ca.inverse.sogo
2010-07-13 17:36:32 +00:00

18 lines
400 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"
testput_nbrdays = 30