source: pythonperl/development.ini @ 0:b623a2b1de26

Revision 0:b623a2b1de26, 1.1 KB checked in by s0undt3ch, 4 years ago (diff)

[svn r87] Starting a branch to try to switch from PyPerl to  PythonPerl.

Line 
1#
2# ISPManCCP - Pylons development environment configuration
3#
4# The %(here)s variable will be replaced with the parent directory of this file
5#
6[DEFAULT]
7debug = true
8email_to = pylons.admin@localhost
9smtp_server = localhost
10error_email_from = pylons.admin@localhost
11
12[server:main]
13use = egg:Paste#http
14host = 0.0.0.0
15port = 8080
16use_threadpool = true
17threadpool_workers = 10
18
19[app:main]
20use = egg:ISPManCCP
21cache_enabled = true
22myghty_data_dir = %(here)s/data/templates
23cache_data_dir = %(here)s/data/cache
24session_data_dir = %(here)s/data/sessions
25session_key = ispmanccp
26session_secret = ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
27app_realm = Customer Control Panel
28ispman_base_dir = /opt/ispman
29ispman_ldap_base_dn = o=ispman
30bad_passwords_file = /usr/share/dict/cracklib-small
31passwords_min_length = 6
32passwords_non_letter_min_chars = 2
33
34# WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT*
35# Debug mode will enable the interactive debugging tool, allowing ANYONE to
36# execute malicious code after an exception is raised.
37#set debug = false
Note: See TracBrowser for help on using the repository browser.