install.sh 303 B

12345678910111213141516
  1. # 测试环境
  2. export ADDRESS=":8010"
  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