소스 검색

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,5 +29,6 @@ module.exports = {
29 29
     { family: "Source Sans Pro", file: path.join(__dirname, "fonts", "SourceSansPro-Italic.ttf"), style: "italic" },
30 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
 };