Skip to content

Commit

Permalink
pw
Browse files Browse the repository at this point in the history
  • Loading branch information
timkelty committed Jan 15, 2024
1 parent 254c0d7 commit 7dad957
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions craft-cloud/minio/mc-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"aliases": {
"minio": {
"url": "http://localhost:10101",
"accessKey": "minio",
"secretKey": "minio",
"accessKey": "craftcms",
"secretKey": "craftcms",
"api": "s3v4",
"path": "auto"
}
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.craft-cloud.bref.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ services:
CRAFT_CLOUD_PROJECT_ID: ${DDEV_PROJECT}
CRAFT_CLOUD_STORAGE_ENDPOINT: http://craft-cloud-minio.ddev-${DDEV_PROJECT}.orb.local:10101
CRAFT_CLOUD_CDN_BASE_URL: https://${DDEV_PROJECT}:10101/${DDEV_PROJECT}
CRAFT_CLOUD_ACCESS_KEY: minio
CRAFT_CLOUD_ACCESS_SECRET: minio
CRAFT_CLOUD_ACCESS_KEY: craftcms
CRAFT_CLOUD_ACCESS_SECRET: craftcms
CRAFT_CLOUD_REGION: us-west-1
external_links:
- ddev-router:${DDEV_PROJECT}.ddev.site
Expand Down

0 comments on commit 7dad957

Please sign in to comment.