Servers

The servers section is an array of objects where each object represents a server configuration.

  • alias: A shorthand name for the server.

  • url: The full URL to access the server.

Example

"servers": [
    {
        "alias": "ngrok",
        "url": "https://a8ee-176-88-98-23.ngrok-free.app"
    }
]

Last updated