Port
You can specify the port exposed by Gate with the port
parameter.
- Environment variables
- HCL
- JSON
- TOML
- YAML
GATE_PORT=443
gate = {
port = "443"
// ...
}
{
"gate": {
"port": "443",
// ...
[Gate]
port = "443"
gate:
port: "443"
You can specify the port exposed by Gate with the port
parameter.
GATE_PORT=443
gate = {
port = "443"
// ...
}
{
"gate": {
"port": "443",
// ...
[Gate]
port = "443"
gate:
port: "443"