Default File Storage for Repetitive Tasks

I am working on an app that has users. When a user is created, I use a default user image until the user changes the image to one of their own. Is there a way to store a default image at Backendless, that I can access when accounts are created.
I am moving the project from Parse. There was an option at Parse called the Config, which allowed you to store items and access them easily for repetitive tasks.
Take care,
Jon

Hi Jon,

I’d create a user property to store their image and assign the default value for the property. The user interface in console allows that:
http://support.backendless.com/public/attachments/e5eae9ff7992d38f1bb40738521693f3.jpg</img>

Mark