From f43064706413f07d53503d8f290279fca73e90a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Vantomme?= Date: Tue, 10 Jan 2023 22:46:05 +0100 Subject: [PATCH] refactor(storage): move S3_* variables to config/env.example.optional --- config/env.example | 6 ------ config/env.example.optional | 5 +++++ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/config/env.example b/config/env.example index ac24cf09f..978dfd183 100644 --- a/config/env.example +++ b/config/env.example @@ -37,12 +37,6 @@ BASIC_AUTH_PASSWORD="" # (See config/storage.yml for the configuration of each service.) ACTIVE_STORAGE_SERVICE="local" -# Configuration for the S3 storage service (if enabled) -S3_ACCESS_KEY_ID="" -S3_SECRET_ACCESS_KEY="" -S3_REGION="" -S3_BUCKET="" - # Configuration for the OpenStack storage service (if enabled) FOG_OPENSTACK_API_KEY="" FOG_OPENSTACK_USERNAME="" diff --git a/config/env.example.optional b/config/env.example.optional index 4cdd40004..8a1d83d1a 100644 --- a/config/env.example.optional +++ b/config/env.example.optional @@ -146,6 +146,11 @@ DATAGOUV_DESCRIPTIF_DEMARCHES_RESOURCE="resourceid" # Zonage ZONAGE_ENABLED='enabled' # zonage disabled by default if `ZONAGE_ENABLED` not set +# Configuration for the S3 storage service (if enabled) +S3_ACCESS_KEY_ID="" +S3_SECRET_ACCESS_KEY="" +S3_REGION="" +S3_BUCKET="" # SAML SAML_IDP_CERTIFICATE="idpcertificate"