github.com/micro/go-micro/examples@v0.0.0-20210105173217-bf4ab679e18b/config/file/config.json (about) 1 { 2 "hosts": { 3 "database": { 4 "address": "10.0.0.1", 5 "port": 3306 6 }, 7 "cache": { 8 "address": "10.0.0.2", 9 "port": 6379 10 } 11 } 12 }