Fixed dev server to work both mock and real data
Fixed bugs: enodeb position, profile dates, imsi creation

Change-Id: Ic2f9a46ac129acbeeba2b35f0a1464cecc84d3db
diff --git a/mCordPortal/env/mock.js b/mCordPortal/env/mock.js
new file mode 100644
index 0000000..84ae378
--- /dev/null
+++ b/mCordPortal/env/mock.js
@@ -0,0 +1,12 @@
+// This is a default configuration for your development environment.
+// You can duplicate this configuration for any of your Backend Environments.
+// Different configurations are loaded setting a NODE_ENV variable that contain the config file name.
+// `NODE_ENV=local npm start`
+//
+// If xoscsrftoken or xossessionid are not specified the browser value are used
+// (works only for local environment as both application are served on the same domain)
+
+module.exports = {
+  host: 'http://xos.dev:9999/',
+  onos_host: 'http://private-c85424-progranrestapi.apiary-mock.com/'
+};