Last change
on this file since 2550 was
2420,
checked in by quentin, 15 years ago
|
Use basic authentication in the development server to work around a CherryPy? bug.
|
File size:
413 bytes
|
Rev | Line | |
---|
[2388] | 1 | # For the testing site. |
---|
| 2 | |
---|
| 3 | [global] |
---|
| 4 | server.socket_port = 8080 |
---|
| 5 | log.access_file = "/tmp/invirt-web-access_log.dev" |
---|
| 6 | log.error_file = "/tmp/invirt-web-error_log.dev" |
---|
| 7 | tools.mako.module_directory = "/tmp/invirt-web-templatecache.dev" |
---|
[2420] | 8 | tools.basic_auth.on = True |
---|
| 9 | tools.basic_auth.realm = 'Invirt Web DEVELOPMENT' |
---|
| 10 | tools.basic_auth.users = {'quentin': 'quentin','broder': 'broder'} |
---|
| 11 | tools.basic_auth.encrypt = __builtin__.str |
---|
Note: See
TracBrowser
for help on using the repository browser.