github.com/olivere/camlistore@v0.0.0-20140121221811-1b7ac2da0199/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