perkeep/server/gae-py-blobserver/config.py

8 lines
160 B
Python

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