ui/lib/logging/config/environment.js

12 lines
174 B
JavaScript

/* eslint-env node */
'use strict';
module.exports = function(environment) {
var ENV = {
modulePrefix: 'logging',
environment: environment,
};
return ENV;
};