Skip to content

Commit

Permalink
Merge pull request #163 from neuroforgede/wip/fix-plumbing-for-bucket…
Browse files Browse the repository at this point in the history
…-names/main

fix addressing style in environment_local to make builds work
  • Loading branch information
s4ke authored Jan 16, 2025
2 parents 0e6c543 + b70ac94 commit 8eceb2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skipper/skipper/environment_local.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"SKIPPER_S3_ENDPOINT_URL": "http://nfcomposes3:6044",
"SKIPPER_S3_EXTERNAL_ENDPOINT_URL": 'http://localhost:' + os.getenv('SEAWEEDFS_DEV_OUTSIDE_PORT', '6044'),
"SKIPPER_S3_MEDIA_BUCKET_NAME": "skipper-media",
"SKIPPER_S3_MEDIA_ADDRESSING_STYLE": "virtual",
"SKIPPER_S3_MEDIA_ADDRESSING_STYLE": "path",
"SKIPPER_S3_STATIC_BUCKET_NAME": "skipper-static",
"SKIPPER_S3_STATIC_ADDRESSING_STYLE": "virtual",
"SKIPPER_S3_STATIC_ADDRESSING_STYLE": "path",
**os.environ
})
# for unit tests
Expand Down

0 comments on commit 8eceb2e

Please sign in to comment.