Built motion from commit da617fac.|2.6.6
[motion2.git] / server / config / environment / development.js
index 4cf9e69..830d67b 100644 (file)
@@ -11,13 +11,13 @@ module.exports = {
   sequelize: {
     database: 'motion2',
     username: 'xcall',
-    password: 'xC@LL1234',
+    password: 'Zh3r)S~{2sNfLS@59mq>K>LLGZA{w*./',
     options: {
-      host: '127.0.0.1',
+      host: '10.61.0.142',
       port: 3306,
       dialect: 'mysql',
       dialectOptions: {
-          charset: 'utf8mb4'
+        charset: 'utf8mb4'
       },
       logging: false,
       timezone: timezone.name(),
@@ -30,13 +30,13 @@ module.exports = {
   sequelizeHistory: {
     database: 'motion2',
     username: 'xcall',
-    password: 'xC@LL1234',
+    password: 'Zh3r)S~{2sNfLS@59mq>K>LLGZA{w*./',
     options: {
-      host: '127.0.0.1',
+      host: '10.61.0.142',
       port: 3306,
       dialect: 'mysql',
       dialectOptions: {
-          charset: 'utf8mb4'
+        charset: 'utf8mb4'
       },
       logging: false,
       timezone: timezone.name(),
@@ -47,9 +47,9 @@ module.exports = {
     }
   },
   asterisk: {
-    ip: '127.0.0.1',
+    ip: '10.61.0.142',
     port: '5038',
-    username: 'xcall',
+    username: 'xcalldev',
     password: 'xcall1234'
   },
   redis: {
@@ -65,7 +65,7 @@ module.exports = {
     ip: process.env.AGIIP || '127.0.0.1',
   },
   // Seed database on startup
-  seedDB: false,
+  seedDB: true,
   google: {
     clientID: process.env.GOOGLE_ID || 'id',
     clientSecret: process.env.GOOGLE_SECRET || 'secret',
@@ -76,9 +76,16 @@ module.exports = {
     recording: 'xcally-motion-recording-secret'
   },
   xdr: {
-    disabled: false
+    disabled: true,
+    local: false
   },
   encrypt: {
     algorithm: 'aes192'
-  }
-};
+  },
+  activedirectory: {
+    baseDN: process.env.AD_BASEDN || '',
+    url: process.env.AD_URL,
+    domain: process.env.AD_DOMAIN
+  },
+  licenseToken: '0a38b6ae-efce-9d86-9e0f-de344e90d902'
+};
\ No newline at end of file