mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-01-10 13:15:24 +00:00
Try another region
This commit is contained in:
parent
ecbd64efb1
commit
8a2788bf6a
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ local cacheConfig(name, extra) = {
|
|||
bucket: 'cache',
|
||||
path_style: true,
|
||||
endpoints: "127.0.0.1:9000",
|
||||
region: 'eu-west-1',
|
||||
region: 'us-east-1',
|
||||
},
|
||||
volumes: [ { name: "cache", path: "/tmp/cache" } ]
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue