github.com/slspeek/camlistore_namedsearch@v0.0.0-20140519202248-ed6f70f7721a/server/gae-py-blobserver/config.py (about)

     1  #!/usr/bin/env python
     2  
     3  # TODO(bslatkin): Do something with this password.
     4  # Used for Basic Auth over HTTPS.
     5  PASSWORD = 'foo'
     6  
     7  MAX_UPLOAD_SIZE = 2 * 1024 * 1024