@@ -21,6 +21,9 @@ public class FYunFileConfig {
@Value("${fyun.type}")
private String fyunType;
+ @Value("${fyun.host}")
+ private String host;
+
public String getKey() {
return key;
}
@@ -40,4 +43,8 @@ public class FYunFileConfig {
public String getFyunType() {
return fyunType;
+ public String getHost() {
+ return host;
+ }