Commit 4f64e026 authored by kalvin's avatar kalvin

Merge branch 'master' of git.quantgroup.cn:QA/config_repository

parents d9265885 eb0ade95
...@@ -9,6 +9,8 @@ pipes.rabbitmq.username=qa ...@@ -9,6 +9,8 @@ pipes.rabbitmq.username=qa
pipes.rabbitmq.password=qatest pipes.rabbitmq.password=qatest
pipes.rabbitmq.vhost=/ pipes.rabbitmq.vhost=/
pipes.role.admin = wentao.suo@quantgroup.cn,dekun.dai@quantgroup.cn,yawei.tian@quantgroup.cn,yong.zhi@quantgroup.cn
spring.redis.host=redis spring.redis.host=redis
spring.redis.port=6379 spring.redis.port=6379
......
...@@ -7,7 +7,8 @@ export class GlobalService { ...@@ -7,7 +7,8 @@ export class GlobalService {
pipesServer: String = 'http://pipes.liangkebang.com'; pipesServer: String = 'http://pipes.liangkebang.com';
bpServerHost: String = `http://pipe.liangkebang.com`; bpServerHost: String = `http://pipe.liangkebang.com`;
uploadServerHost: String = `http://pipes.liangkebang.com`; uploadServerHost: String = `http://pipes.liangkebang.com`;
authServer: String = `http://login.liangkebang.com`;
extend: Function = (s, t) => { extend: Function = (s, t) => {
let ks = Object.keys(t) let ks = Object.keys(t)
for (let k of ks) { for (let k of ks) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment