source: package_branches/invirt-web/cherrypy/code/dev.conf @ 2404

Last change on this file since 2404 was 2404, checked in by quentin, 15 years ago

Allow broder to log in to development web server

File size: 373 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.digest_auth.on = True
9tools.digest_auth.realm = 'Invirt Web DEVELOPMENT'
10tools.digest_auth.users = {'quentin': 'quentin','broder': 'broder'}
Note: See TracBrowser for help on using the repository browser.