~barry/mailman/bug-1024509

« back to all changes in this revision

Viewing changes to src/mailman/testing/testing.cfg

  • Committer: Barry Warsaw
  • Date: 2012-08-16 01:08:39 UTC
  • Revision ID: barry@list.org-20120816010839-pv281tgieiog7y7l
* Clarify the semantics of the noreply_address variable.  It's the local-part
  of an email address.

* Rectify an omission in the copyright assignees.

* Of course, don't use PostgreSQL by default in the test suite.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
# A testing configuration.
19
19
 
20
20
# For testing against PostgreSQL.
21
 
[database]
22
 
class: mailman.database.postgresql.PostgreSQLDatabase
23
 
url: postgres://barry:barry@localhost/mailman
 
21
# [database]
 
22
# class: mailman.database.postgresql.PostgreSQLDatabase
 
23
# url: postgres://barry:barry@localhost/mailman
24
24
 
25
25
[mailman]
26
26
site_owner: noreply@example.com