서버 storage 저장 주소 변경

// mkidi r/usr/bin/fastdfs/tracker -p
pull/539/head
박주언 2021-11-29 19:30:50 +09:00 committed by GitHub
parent 1357c0071d
commit f19f8d0f53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ disabled = false
# bind an address of this host # bind an address of this host
# empty for bind all addresses of this host # empty for bind all addresses of this host
bind_addr = bind_addr =
# the tracker server port # the tracker server port
port = 22122 port = 22122
@ -66,7 +66,7 @@ store_server = 0
# which path (means disk or mount point) of the storage server to upload file # which path (means disk or mount point) of the storage server to upload file
# 0: round robin # 0: round robin
# 2: load balance, select the max free space path to upload file # 2: load balance, select the max free space path to upload file
store_path = 0 store_path = /usr/bin/fastdfs/tracker
# which storage server to download file # which storage server to download file
# 0: round robin (default) # 0: round robin (default)