瀏覽代碼

Merge branch 'develop' of github.com:newsdev/audiogram into develop

parisminton 8 年之前
父節點
當前提交
a3f77f1408
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      settings/index.js

+ 2 - 1
settings/index.js 查看文件

29
     { family: "Source Sans Pro", file: path.join(__dirname, "fonts", "SourceSansPro-Italic.ttf"), style: "italic" },
29
     { family: "Source Sans Pro", file: path.join(__dirname, "fonts", "SourceSansPro-Italic.ttf"), style: "italic" },
30
     { family: "Source Sans Pro", file: path.join(__dirname, "fonts", "SourceSansPro-BoldItalic.ttf"), weight: "bold", style: "italic" }
30
     { family: "Source Sans Pro", file: path.join(__dirname, "fonts", "SourceSansPro-BoldItalic.ttf"), weight: "bold", style: "italic" }
31
   ],
31
   ],
32
-  worker: true;
32
+  redisHost: "redis.stg.newsdev.net",
33
+  worker: true
33
 };
34
 };