| 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] |
|---|
| 7 | debug = true |
|---|
| 8 | email_to = pylons.admin@localhost |
|---|
| 9 | smtp_server = localhost |
|---|
| 10 | error_email_from = pylons.admin@localhost |
|---|
| 11 | |
|---|
| 12 | [server:main] |
|---|
| 13 | use = egg:Paste#http |
|---|
| 14 | host = 0.0.0.0 |
|---|
| 15 | port = 8080 |
|---|
| 16 | use_threadpool = true |
|---|
| 17 | threadpool_workers = 10 |
|---|
| 18 | |
|---|
| 19 | [app:main] |
|---|
| 20 | use = egg:ISPManCCP |
|---|
| 21 | cache_enabled = true |
|---|
| 22 | myghty_data_dir = %(here)s/data/templates |
|---|
| 23 | cache_data_dir = %(here)s/data/cache |
|---|
| 24 | session_data_dir = %(here)s/data/sessions |
|---|
| 25 | session_key = ispmanccp |
|---|
| 26 | session_secret = ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz |
|---|
| 27 | app_realm = Customer Control Panel |
|---|
| 28 | ispman_base_dir = /opt/ispman |
|---|
| 29 | ispman_ldap_base_dn = o=ispman |
|---|
| 30 | bad_passwords_file = /usr/share/dict/cracklib-small |
|---|
| 31 | passwords_min_length = 6 |
|---|
| 32 | passwords_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.