X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/7a1aaf362d42abf293ddb682d4fc7d862b85d5d9..e73cda9748a8726531dba4b309783dde1597549a:/code/dev.conf diff --git a/code/dev.conf b/code/dev.conf index 76d8c39..e1c9ddb 100644 --- a/code/dev.conf +++ b/code/dev.conf @@ -5,3 +5,7 @@ server.socket_port = 8080 log.access_file = "/tmp/invirt-web-access_log.dev" log.error_file = "/tmp/invirt-web-error_log.dev" tools.mako.module_directory = "/tmp/invirt-web-templatecache.dev" +tools.basic_auth.on = True +tools.basic_auth.realm = 'Invirt Web DEVELOPMENT' +tools.basic_auth.users = {'quentin': 'quentin','broder': 'broder'} +tools.basic_auth.encrypt = __builtin__.str