Skip to content

How to configure a server with hostname instead of an alias ? #2

Description

@vletroye

Hello.

Starting from your sample, I could easily create a "server" instead of an "alias", using this:

	"portals": [{
"service": "myapplication",
"type": "server",
"name": "myapplication",
"display_name": "MyApplication",
"app": "com.mycompany.app",
"http_port": [9000],
"https_port": [9001]
}]

Now, I would like to create a server with an 'hostname' but I can't find the "key" to be added into the "portals" array for that purpose (nothing in the documentation ?!).

Do you have an idea ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions