Export Config object to on InitModule method

Hi, that’s right, anything you’ve passed in to the configuration file under runtime.env can be retrieved with that key from the context as a map[string]string. You can find more detailed walk-through in this forum thread: Settings and stored state for a Go plugin

1 Like