diff --git a/rebar.config b/rebar.config index eb6a428..c9ad8a3 100644 --- a/rebar.config +++ b/rebar.config @@ -13,10 +13,10 @@ ]}. {deps, [ - {eGbh, ".*", {git, "http://47.108.26.175:53000/SisMaker/eGbh.git", {branch, "master"}}}, - {eFmt, ".*", {git, "http://47.108.26.175:53000/SisMaker/eFmt.git", {branch, "master"}}}, - {goldrush, ".*", {git, "http://47.108.26.175:53000/SisMaker/goldrush.git", {tag, "0.2.0"}}}, - {eSync, ".*", {git, "http://47.108.26.175:53000/SisMaker/eSync.git", {branch, "master"}}} + {eGbh, ".*", {git, "http://http://sismaker.tpddns.cn:53000/SisMaker/eGbh.git", {branch, "master"}}}, + {eFmt, ".*", {git, "http://http://sismaker.tpddns.cn:53000/SisMaker/eFmt.git", {branch, "master"}}}, + {goldrush, ".*", {git, "http://sismaker.tpddns.cn:53000/SisMaker/goldrush.git", {tag, "0.2.0"}}}, + {eSync, ".*", {git, "http://http://sismaker.tpddns.cn:53000/SisMaker/eSync.git", {branch, "master"}}} %%{observer_cli, ".*", {git, "https://github.com/zhongwencool/observer_cli.git", {tag, "1.6.1"}}} ]}.