0.4.0 • Published 9 years ago

lets-chat-azure v0.4.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

Let's Chat - Azure Plugin

Add Azure file support to Let's Chat.

The plugin will create the specified storage container if necessary. If you are using an existing container, make sure you allow anonymous read access to it.

Install

npm install lets-chat-azure

Configure

YAML

Add (and customize) these settings to your settings.yml file:

files:
  enable: true
  provider: azure

  azure:
    storageAccount: lets-chat
    storageAccessKey: dVRx...
    storageContainer: files

Environment Variables

YAML PathEnv Variable
files.enableLCB_FILES_ENABLE
files.providerLCB_FILES_PROVIDER
files.azure.storageAccountLCB_FILES_AZURE_STORAGE_ACCOUNT
files.azure.storageAccessKeyLCB_FILES_AZURE_STORAGE_ACCESS_KEY
files.azure.storageContainerLCB_FILES_AZURE_STORAGE_CONTAINER
0.4.0

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago