geph4-binder 0.1.0
USAGE:
geph4-binder-linux-amd64 [OPTIONS] --database --database-ca-certFLAGS:
-h, --help Prints help information
-V, --version Prints version informationOPTIONS:
--captcha-endpoint Captcha service [default: https://single-verve-156821.ew.r.appspot.com]
--database PostgreSQL database URL
--database-ca-cert Path to database connection CA file
--listen-http HTTP listening port [default: 127.0.0.1:18080]
--statsd-addr UDP address of the statsd daemon [default: 172.105.28.221:8125]
我编译了迷雾通binder,想运行自己的迷雾通服务器,然后发现有两个问题。
1.captcha验证码接口,网址指向了https://single-verve-156821.ew.r.appspot.com ,而我没有此网站的源代码,无法设置验证码服务器。
2.PostgreSQL 数据库,看起来迷雾通会连接一个PostgreSQL的数据库,但是我没有它的数据结构,和始始化需要的数据。