#!/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