install.sh 302 B

123456789101112131415
  1. # 测试环境
  2. # export ADDRESS=":8888"
  3. export TRACING_ENABLE=true
  4. export TRACING_JAEGER_URL=http://localhost:14268/api/traces
  5. export REGISTRY_ENABLE=true
  6. export REGISTRY_CONSUL_URL=http://localhost:8500
  7. # Redis
  8. export REDIS_ENABLE=true
  9. export REDIS_URL=localhost:6379
  10. go run main.go
  11. # lsof -i:8080