diff options
Diffstat (limited to 'tests/plugins/kv/configs/.rr-kv-bolt-perms.yaml')
-rw-r--r-- | tests/plugins/kv/configs/.rr-kv-bolt-perms.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/plugins/kv/configs/.rr-kv-bolt-perms.yaml b/tests/plugins/kv/configs/.rr-kv-bolt-perms.yaml new file mode 100644 index 00000000..08b3bfad --- /dev/null +++ b/tests/plugins/kv/configs/.rr-kv-bolt-perms.yaml @@ -0,0 +1,13 @@ +rpc: + listen: tcp://127.0.0.1:6001 + + +kv: + boltdb-south: + driver: boltdb + file: "rr.db" + + boltdb-africa: + driver: boltdb + file: "africa.db" + permissions: 0777 |