seaweedfs/other/java/hdfs-over-ftp/src/main/resources/application.yml
2021-04-06 13:42:51 +08:00

15 lines
233 B
YAML

server:
port: 8080
ftp:
port: 2222
passive-address: localhost
passive-ports: 30000-30999
hdfs:
uri: seaweedfs://localhost:8888
seaweedFs:
enable: true
access: direct # direct/filerProxy/publicUrl
replication: "000"