seaweedfs/other/java/hdfs-over-ftp/src/main/resources/application.yml

15 lines
233 B
YAML
Raw Normal View History

2021-04-06 05:42:51 +00:00
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"