Store S3 public host address

This commit is contained in:
2023-07-31 12:53:05 +01:00
parent 55c96a73b9
commit aa00be72d5
3 changed files with 5 additions and 6 deletions

View File

@ -28,7 +28,8 @@
"DvrStore": {
"ServiceUrl": "http://localhost:9010",
"AccessKey": "TQcxug1ZAXfnZ5bvc9n5",
"SecretKey": "p7EK4qew6DBkBPqrpRPuJgTOc6ChUlfIcEdAwE7K"
"SecretKey": "p7EK4qew6DBkBPqrpRPuJgTOc6ChUlfIcEdAwE7K",
"PublicHost": "http://localhost:9010"
}
}
}