Change container URL
This commit is contained in:
@@ -22,14 +22,14 @@ export default () => ({
|
|||||||
provider: "aws-s3",
|
provider: "aws-s3",
|
||||||
providerOptions: {
|
providerOptions: {
|
||||||
//baseUrl: "http://192.168.0.211:9000/harmony",
|
//baseUrl: "http://192.168.0.211:9000/harmony",
|
||||||
baseUrl: "http://beyonder.synology.me:9000/harmony",
|
baseUrl: "https://container.harmonylab.ovh/harmony",
|
||||||
s3Options: {
|
s3Options: {
|
||||||
credentials: {
|
credentials: {
|
||||||
accessKeyId: "admin",
|
accessKeyId: "admin",
|
||||||
secretAccessKey: "Apslxnap12bn23",
|
secretAccessKey: "Apslxnap12bn23",
|
||||||
},
|
},
|
||||||
//endpoint: "http://192.168.0.211:9000",
|
//endpoint: "http://192.168.0.211:9000",
|
||||||
endpoint: "http://beyonder.synology.me:9000",
|
endpoint: "https://container.harmonylab.ovh",
|
||||||
region: "eu-west-3",
|
region: "eu-west-3",
|
||||||
forcePathStyle: true,
|
forcePathStyle: true,
|
||||||
params: {
|
params: {
|
||||||
|
|||||||
Reference in New Issue
Block a user