package databag const CONFIG_BODYLIMIT = 1048576 const CONFIG_CONFIGURED = "configured" const CONFIG_USERNAME = "username" const CONFIG_PASSWORD = "password" const CONFIG_DOMAIN = "domain" const CONFIG_PUBLICLIMIT = "public_limit" const CONFIG_STORAGE = "storage"