aboutsummaryrefslogtreecommitdiff
path: root/other/java/hdfs-over-ftp/src/main/resources/application.yml
blob: 128bab1f991eeedfabe7e76917d1c0b9dae7b0e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"