Open the menu
    ```html

    Website Manager : Administration

    Through the website manager, it is possible to add a website, update information regarding a website, delete a website, and set which website is default.

    Features

    • It is an administration interface

    Screens

    Administration

    Data

    website

    • Name(string) : Display name of the website, used to reference it in the portal administration. This field is mandatory and must be unique among websites.
    • Priority(integer) : Order in which the websites are checked to serve a request to the portal. Websites with a lower priority value are checked first. That is, if there is an intersection between URLs of two websites, the website with a lower priority value will be used.
    • Main URL(string)
    • Static Directory(string)
    • Default(integer)

    Links

    Permissions

    • Manage service instance: Allows managing all data of this service instance, including deleting it completely.

    Actions

    • Delete : Allows editing the settings of a website.
    • Toggle default : The default website is the website that will serve a request if it does not match any URL in any website. Through this operation, it is possible to select which website is default. Select a website and click to toggle default. If the selected website was default, it will no longer be default. If the selected website was not default, it will become the default and the one that was default, if any, will cease to be so.
    ```