blob: 35de50e6a9d5a0dbb76cd83e9475fd5e0f0952c5 [file] [log] [blame]
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
/* eslint-env node */
'use strict';
module.exports = function (environment) {
const ENV = {
modulePrefix: 'replication',
environment,
};
return ENV;
};