-rw-r--r-- | backend/node/properties/node.properties.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/backend/node/properties/node.properties.json b/backend/node/properties/node.properties.json new file mode 100644 index 0000000..b5ecc1e --- a/dev/null +++ b/backend/node/properties/node.properties.json @@ -0,0 +1,5 @@ +{ + "request.path": "/json", + "dump.path": "/dump", + "should.pay.toll": "false" +} |