From 7279ad1ab3e69c173bffd7ef2eeddd83e9e23dee Mon Sep 17 00:00:00 2001 From: Peter Giacomo Lombardo Date: Wed, 12 Feb 2025 10:43:57 +0100 Subject: [PATCH] Fix: Add missing underscore --- config/defaults/settings.yml | 2 +- config/settings.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/defaults/settings.yml b/config/defaults/settings.yml index 8ca97a793f72..be56d24ac43d 100644 --- a/config/defaults/settings.yml +++ b/config/defaults/settings.yml @@ -473,7 +473,7 @@ files: # * microsoft - use Microsoft Azure Storage (and provide 'as' credentials below) # # Environment variable override: - # PWP__FILES_STORAGE='local' + # PWP__FILES__STORAGE='local' # storage: 'local' diff --git a/config/settings.yml b/config/settings.yml index 8ca97a793f72..be56d24ac43d 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -473,7 +473,7 @@ files: # * microsoft - use Microsoft Azure Storage (and provide 'as' credentials below) # # Environment variable override: - # PWP__FILES_STORAGE='local' + # PWP__FILES__STORAGE='local' # storage: 'local'