UNPKG

node-microsvc-lib

Version:
10 lines 353 B
/** * Created by pedrosousabarreto@gmail.com on 21/Mar/2019. */ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); module.exports = function (configs) { // override params, feature_flags or secrets values' configs.override_param_value("kafka_conn_string", "stage:9092"); }; //# sourceMappingURL=overrides.stage.js.map