OSDN Git Service

move oss (#585)
[bytom/vapor.git] / config / config.go
index 0ef07e5..905f747 100644 (file)
@@ -223,7 +223,7 @@ type CrossChainConfig struct {
 }
 
 type OssConfig struct {
-       Endpoint string `mapstructure:"endpoint"`
+       Url string `mapstructure:"url"`
 }
 
 // Default configurable rpc's auth parameters.