Skip to content

Commit

Permalink
update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tony4248 committed Jun 20, 2017
1 parent 301150b commit 7a90bca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions blobfs.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# ++++++++++++++++++ blobfs configurations +++++++++++++++++++++++++++++++++++++++
# ================================================================================
# Azure storage account connection string
Storage_Connection_String = DefaultEndpointsProtocol=http;AccountName=wesleyrgdiag479;AccountKey=djTg8nJpyjPtoiQxHqHQmclLStnqgpSxZ5Hj3cohci5fP0YHK8cEL0C0kt6yc68we63g1Z66kEIgOouOOeF3hQ==;EndpointSuffix=core.windows.net
Storage_Connection_String = your-storage-account-connection-string

# Charset
charset = UTF-8

# the prefix of the blobs that will be used as the mounted blobfs root,
# e.g., /container1/blob1/; defaults to /
blob_prefix = /priv2017/
blob_prefix = /

# Desired local mount point for BlobFs
mount_point = /mnt/blobfs
Expand All @@ -34,15 +34,15 @@ log_environment = production
cluster_enabled = true

# This is olny needed for cluster mode, Azure service bus connection string
service_bus_connection_string = Endpoint=sb://blobfs.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=CM8Rg99NlM5haeV26vCVhH87srETo3DcsdINXosnGLQ=
service_bus_connection_string = your-service-bus-connection-string

# This is olny needed for cluster mode, Azure service bus topic,
# will use this topic to synchronize the distributed cache across multiple hosts
service_bus_topic = filechangealer
service_bus_topic = your-topic

# This is olny needed for cluster mode, Azure service bus subscription of the topic,
# each host should has the dedicated subscription
service_bus_subscription = client01
service_bus_subscription = your-subscription

# change the block blob to append blob automatically,
# this will be triggered when you open a read only file with the append mode.
Expand Down

0 comments on commit 7a90bca

Please sign in to comment.