Skip to main content
Version: 1.2

Main

Example

config.json
{
"name": "Dev-Doctor",
"description": "The sample backend of dev-doctor",
"icon": null,
"courses": [
"example",
"example2"
]
}

Options

NameTypeRequiredSinceDescription
nameStringtrue0.1.0The name of the current backend. It will show up in the backend store as title or in the servers settings.
descriptionStringfalse1.1.0The description of the current backend. It will show up in the backend store after the title.
iconString (png, jpg, svg) or nullfalse1.1.0The icon will show up in the backend store in the list left to the title, on the details page of the backend store and in the servers settings.
coursesArray<String>true0.1.0The folder names of the courses. With this option the app will iterate above the courses
support_urlStringfalse1.1.2The current url where you can get help