diff --git a/devices/common/lofar_environment.py b/devices/common/lofar_environment.py
new file mode 100644
index 0000000000000000000000000000000000000000..ec36e6a2ee4a63d41bb3b4b31ddb59f2751dafd8
--- /dev/null
+++ b/devices/common/lofar_environment.py
@@ -0,0 +1,6 @@
+#
+#   Change manually the method to switch between modes
+#
+
+def isProduction():
+    return False
\ No newline at end of file