Skip to content

Commit

Permalink
new locations.yaml with correct config for docker-compose devel
Browse files Browse the repository at this point in the history
  • Loading branch information
folker committed Feb 7, 2020
1 parent 9f32d6a commit 2a33c78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
13 changes: 0 additions & 13 deletions devel/Locations.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions devel/config.d/Locations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ Locations:
- ID: "s3"
Type: "S3"
Description: "Minio based local server on port 9000 in devel"
URL: "http://localhost:9000"
URL: "http://shock-minio:9000"
AuthKey: "minio"
SecretKey: "minio123"
Bucket: ""
Bucket: "bucket1"
Persistent: true
Region: "us-east-1"
Region: "nil"
Priority: 0
Tier: 5
Cost: 0
Expand Down

0 comments on commit 2a33c78

Please sign in to comment.