Using the configuration file.
Set authentication endpoint in configuration file
"event_callbacks": [
{
"type": "onRelease",
"url": "https://my-url.com/tmining",
"secret": "wbLF2qz8bbsWY6"
}
]Set API Network Settings in configuration file.
"protocol": "https","httpServer": { "port": 4431, "ssl": { "serverCert": "certificates/server-cert.pem", "serverKey": "certificates/server-key.pem" } }"httpServer": { "port": 5000 }
Set logging parameters in configuration file.
Default logging, level setting - debug
debugIncreased logging, level setting - trace
trace Configure log, file settings.
Last updated