From 9146599566979acebbdf5aeb05bf313e7f41ea87 Mon Sep 17 00:00:00 2001 From: Patrick Tombez Date: Mon, 15 Nov 2021 09:11:09 +0100 Subject: [PATCH] Add entry in README --- attachment_azure/README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/attachment_azure/README.rst b/attachment_azure/README.rst index 48e3c99..b5c26d2 100644 --- a/attachment_azure/README.rst +++ b/attachment_azure/README.rst @@ -27,6 +27,9 @@ The container name can be overridden with environment variable ``AZURE_STORAGE_N The strings ``{db}`` and ``{env}`` can be used inside that variable and the values will be replaced respectively by the database name and environment name. +The container name will also be stored in the database for each attachment, +and will be used to access the right container in the storage. + This addon must be added in the server wide addons with (``--load`` option): ``--load=web,attachment_azure``