sogo/Tests/config.py.in
Wolfgang Sourdeau 16f341b805 Monotone-Parent: 02e6aaa1be72203deecd9d1b0f94d9491729cafc
Monotone-Revision: f96325bc9b859ddbcc63da21499cf52232a3c494

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-09-16T23:47:30
Monotone-Branch: ca.inverse.sogo
2009-09-16 23:47:30 +00:00

14 lines
353 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"