
Debug address in defaultConfig() doesn't have to be a hardcoded string, instead it can be const var from package server, which is also a platform dependent const. So it would be better to use server.DefaultDebugAddress here. Signed-off-by: Zhang Wei <zhangwei555@huawei.com>