-rw-r--r-- | backend/checksum/properties/checksum.properties.json | 3 | ||||
-rw-r--r-- | backend/dev/properties/dev.properties.json | 3 | ||||
-rw-r--r-- | backend/php/properties/php.properties.json | 3 | ||||
-rw-r--r-- | backend/python/properties/python.properties.json | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/backend/checksum/properties/checksum.properties.json b/backend/checksum/properties/checksum.properties.json index 1c2dae5..9a70ce7 100644 --- a/backend/checksum/properties/checksum.properties.json +++ b/backend/checksum/properties/checksum.properties.json @@ -1,4 +1,5 @@ { - "request.path": "json", + "request.path": "../json", + "dump.path": "/../dump", "should.pay.toll": "true" }
\ No newline at end of file diff --git a/backend/dev/properties/dev.properties.json b/backend/dev/properties/dev.properties.json index 1c2dae5..9a70ce7 100644 --- a/backend/dev/properties/dev.properties.json +++ b/backend/dev/properties/dev.properties.json @@ -1,4 +1,5 @@ { - "request.path": "json", + "request.path": "../json", + "dump.path": "/../dump", "should.pay.toll": "true" }
\ No newline at end of file diff --git a/backend/php/properties/php.properties.json b/backend/php/properties/php.properties.json index 09196c9..8c2ff05 100644 --- a/backend/php/properties/php.properties.json +++ b/backend/php/properties/php.properties.json @@ -1,4 +1,5 @@ { - "request.path": "index.php", + "request.path": "../index.php", + "dump.path": "/../dump.php", "should.pay.toll": "false" } diff --git a/backend/python/properties/python.properties.json b/backend/python/properties/python.properties.json index 322f174..b98364e 100644 --- a/backend/python/properties/python.properties.json +++ b/backend/python/properties/python.properties.json @@ -1,4 +1,5 @@ { - "request.path": "clipperz.py", + "request.path": "../clipperz.py", + "dump.path": "/../clipperz.py", "should.pay.toll": "false" } |