refactor(storage): move S3_* variables to config/env.example.optional
This commit is contained in:
parent
eb812032e1
commit
f430647064
2 changed files with 5 additions and 6 deletions
|
@ -37,12 +37,6 @@ BASIC_AUTH_PASSWORD=""
|
||||||
# (See config/storage.yml for the configuration of each service.)
|
# (See config/storage.yml for the configuration of each service.)
|
||||||
ACTIVE_STORAGE_SERVICE="local"
|
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)
|
# Configuration for the OpenStack storage service (if enabled)
|
||||||
FOG_OPENSTACK_API_KEY=""
|
FOG_OPENSTACK_API_KEY=""
|
||||||
FOG_OPENSTACK_USERNAME=""
|
FOG_OPENSTACK_USERNAME=""
|
||||||
|
|
|
@ -146,6 +146,11 @@ DATAGOUV_DESCRIPTIF_DEMARCHES_RESOURCE="resourceid"
|
||||||
# Zonage
|
# Zonage
|
||||||
ZONAGE_ENABLED='enabled' # zonage disabled by default if `ZONAGE_ENABLED` not set
|
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
|
||||||
SAML_IDP_CERTIFICATE="idpcertificate"
|
SAML_IDP_CERTIFICATE="idpcertificate"
|
||||||
|
|
Loading…
Reference in a new issue