Browse Source

fx: eSync ignore pid exit

master
SisMaker 4 years ago
parent
commit
e434d8b086
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      rebar.config

+ 3
- 3
rebar.config View File

@ -1,8 +1,8 @@
{erl_opts, [debug_info]}.
{deps, [
{eFmt, ".*", {git, "http://192.168.0.88:53000/SisMaker/eFmt.git", {branch, "master"}}},
{eSync, ".*", {git, "http://192.168.0.88:53000/SisMaker/eSync.git", {branch, "master"}}},
{eGbh, ".*", {git, "http://192.168.0.88:53000/SisMaker/eGbh.git", {branch, "master"}}}
{eFmt, ".*", {git, "http://47.108.26.175:53000/SisMaker/eFmt.git", {branch, "master"}}},
{eSync, ".*", {git, "http://47.108.26.175:53000/SisMaker/eSync.git", {branch, "master"}}},
{eGbh, ".*", {git, "http://47.108.26.175:53000/SisMaker/eGbh.git", {branch, "master"}}}
]}.

Loading…
Cancel
Save