common/corpus-common-addon/config/environment.js
author ymh <ymh.work@gmail.com>
Fri, 15 Sep 2017 14:38:59 +0200
changeset 547 3924c7b4ad8f
parent 537 d2e6ee099125
permissions -rw-r--r--
integrate cms changes for bugs #0028097, #0027866, #0028004

/* eslint-env node */
'use strict';

module.exports = function(/* environment, appConfig */) {
  return { };
};