source: web/old/test.ini @ 30beeab

debianmacno-cupsweb
Last change on this file since 30beeab was 30beeab, checked in by Jessica B. Hamrick <jhamrick@…>, 14 years ago

Remove "gutenbach-" from directory names and rename "gutenbach" to "gutenbach-server"

  • Property mode set to 100644
File size: 551 bytes
Line 
1#
2# sipbmp3-web - TurboGears 2 testing environment configuration
3#
4# The %(here)s variable will be replaced with the parent directory of this file
5#
6[DEFAULT]
7debug = true
8# Uncomment and replace with the address which should receive any error reports
9# email_to = you@yourdomain.com
10smtp_server = localhost
11error_email_from = paste@localhost
12
13[server:main]
14use = egg:Paste#http
15host = 0.0.0.0
16port = 5000
17
18[app:main]
19sqlalchemy.url = sqlite:///:memory:
20use = config:development.ini
21
22# Add additional test specific configuration options as necessary.
Note: See TracBrowser for help on using the repository browser.