Skip to content

Commit 15208d1

Browse files
authored
chore: pnpm fix config bucket s3 locale (#1177)
Fix du problème de pièces jointes suite au changement pnpm communication node => docker
1 parent cc190cf commit 15208d1

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.env.dev.example.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ ANTIVIRUS_URL="https://antivirus.fabrique.social.gouv.fr/vao/api/v1/scan"
7373
# S3 config to use with minio in local
7474
S3_BUCKET_ACCESS_KEY=minioadmin
7575
S3_BUCKET_SECRET_KEY=minioadmin
76-
S3_BUCKET_ENDPOINT="http://minio:9000"
76+
S3_BUCKET_ENDPOINT=http://localhost:9000
7777
S3_BUCKET_NAME=vao
78-
S3_BUCKET_REGION=xxx # do not matter with minio
78+
S3_BUCKET_REGION=us-east-1
7979
S3_BUCKET_ROOT_DIR=local
8080

8181
DEBUG=*debug*

.talismanrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
fileignoreconfig:
22
- filename: .env.dev.example.env
3-
checksum: 214ed60bba95f8959eecc3555a83ca7b9fde3598e19e8ee4c61d0a5f1cc2c197
3+
checksum: 217ba7248908d2556647f3e315d96faa67baa36cb19d90e998d4dc6121dcf648
44
- filename: .github/workflows/e2e.yaml
55
checksum: d28e325635cc8d77cbf5b260c67cb9721b58578ac86ddd39ec691e753e4d0412
66
- filename: .github/workflows/lint-format-tests.yaml

docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,6 @@ services:
6464
- S3_BUCKET_ACCESS_KEY=${S3_BUCKET_ACCESS_KEY}
6565
- S3_BUCKET_SECRET_KEY=${S3_BUCKET_SECRET_KEY}
6666
- S3_BUCKET_NAME=${S3_BUCKET_NAME}
67+
- S3_BUCKET_REGION=us-east-1
6768
depends_on:
6869
- minio

0 commit comments

Comments
 (0)