From 16e3330db9e1d192d6aa4a2c0139fe815fac1890 Mon Sep 17 00:00:00 2001
From: 沈斌 <23420800@qq.com>
Date: Tue, 07 Feb 2017 22:46:12 +0800
Subject: [PATCH] 清空默认的短消息以及语音播报手机号

---
 config.js |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/config.js b/config.js
index 47bb405..330d077 100644
--- a/config.js
+++ b/config.js
@@ -9,6 +9,26 @@
     URL: "mongodb://moral_user:m2o0r1a6l_passw0rd@127.0.0.1:27017/moral_db",
     COLLECTION: "documents",
 
+    ALARM_DEFAULTS: {
+        address: "���������������������������������",
+        location: {
+            lat:31.430616,
+            lng:120.988327
+        },
+        notice: {
+            tel: "",
+            email: "it01@moral.org.cn",
+            open_id: "o-RTuwvMHWotyirPHLmdSB_dKoQU"
+        },
+        options: {
+            1: [1000, 2000, 3000],
+            2: [1000, 2000, 3000],
+            3: [1000, 2000, 3000],
+            4: [1000, 2000, 3000],
+            5: [1000, 2000, 3000]
+        }
+    },
+
     OUTPUT_1: [
         0x6A, 0x00, 0x00, 0x01, 0x00, 0x01, 0xA1, 0x1A, 0xC7, 0x6B
     ],

--
Gitblit v1.8.0