set config()

in monitoring/src/config.ts [41:43]


	set config(value: Config | undefined) {
		this._config = value;
	}