--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/common/corpus-common-addon/config/environment.js Tue Feb 23 17:47:57 2016 +0100
@@ -0,0 +1,6 @@
+/*jshint node:true*/
+'use strict';
+
+module.exports = function(/* environment, appConfig */) {
+ return { };
+};