默認配置文件中各參數均可以經過precess.env.
變量配置,具體值只要寫到具體運行環境中的環境變量便可,從而實現config.js
不作更改便可在不一樣的機器上運行。安全
config.js
中參數的說明:選項 | 介紹 |
---|---|
uuid | 服務器的uuid |
privateKey | 使用鉤子(Webhook)的密鑰,不配置則沒法使用鉤子功能 |
securityImpl | 能夠用戶自定義配置安全驗證策略所在的路徑,默認配置在lib/simpleAuth 中 |
broadcastActivity | 若爲真,則進行sendActivity操做 |
mongoDB | |
databaseUrl | mongoDB的url地址 |
securityImpl | 用戶配置自定義安全配置 |
broadcastActivity | 布爾值,默認爲假;若爲真,鏈接meshblu的設備能夠想指定IP發送消息 |
tls | |
.cert | https服務器的cert |
.key | https服務器的key |
messageBus | |
.port | 集羣消息總線的端口 |