root/lang/python/pbm/trunk/test.ini @ 23015

Revision 23015, 500 bytes (checked in by yukke, 5 years ago)
  • Initial import pbm(Pachinko/pachislot Balance Manager).

this application works under the Pylons framework.

RevLine 
[23015]1#
2# pbm - Pylons 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]
19use = config:development.ini
20
21# Add additional test specific configuration options as necessary.
Note: See TracBrowser for help on using the browser.