source: trunk/packages/invirt-web/code/dev.conf @ 2796

Last change on this file since 2796 was 2737, checked in by broder, 14 years ago

Merge cherrypy-rebased branch of invirt-web into trunk.

File size: 413 bytes
Line 
1# For the testing site.
2
3[global]
4server.socket_port = 8080
5log.access_file = "/tmp/invirt-web-access_log.dev"
6log.error_file = "/tmp/invirt-web-error_log.dev"
7tools.mako.module_directory = "/tmp/invirt-web-templatecache.dev"
8tools.basic_auth.on = True
9tools.basic_auth.realm = 'Invirt Web DEVELOPMENT'
10tools.basic_auth.users = {'quentin': 'quentin','broder': 'broder'}
11tools.basic_auth.encrypt = __builtin__.str
Note: See TracBrowser for help on using the repository browser.