✨Resilience strategy to read and write only to one storage
This commit is contained in:
committed by
Anton Shepilov
parent
0a5dc0e4ef
commit
6d443e4afd
@@ -0,0 +1,21 @@
|
||||
{
|
||||
|
||||
"storage": {
|
||||
"secret": "0ea28a329df23220fa814e005bfb671c",
|
||||
"iv": "1234abcd00000000",
|
||||
"strategy": "oneof",
|
||||
"oneof": [
|
||||
{
|
||||
"type": "local",
|
||||
"local": {
|
||||
"path": "-tmp/storage1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "local",
|
||||
"local": {
|
||||
"path": "/tmp/storage2"
|
||||
}
|
||||
}]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user