github-graveyard / lets-chat-azure

Add Azure file support to Let's Chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 Path Env Variable
files.enable LCB_FILES_ENABLE
files.provider LCB_FILES_PROVIDER
files.azure.storageAccount LCB_FILES_AZURE_STORAGE_ACCOUNT
files.azure.storageAccessKey LCB_FILES_AZURE_STORAGE_ACCESS_KEY
files.azure.storageContainer LCB_FILES_AZURE_STORAGE_CONTAINER

About

Add Azure file support to Let's Chat

License:MIT License


Languages

Language:JavaScript 100.0%