Gateway Configuration
MyController gateway configurations are loaded at the time of startup.
Configurations should be in the YAML file format.
gateway.yaml
Refer backend configuration detailed guide to know about the configurations
logger:
mode: development
encoding: console
level:
core: info
storage: info
metrics: warn
directories:
data: /mc_home/data
logs: /mc_home/logs
tmp: /mc_home/tmp
bus:
type: natsio
topic_prefix: mc_production
server_url: nats://192.168.1.21:4222
tls_insecure_skip_verify: false
connection_timeout: 10s
gateway:
ids: []
labels:
location: external_gw1
Feedback
Was this page helpful?
Last modified January 6, 2022: update github repo url (a311392)