From 20bea94ab6b91c85b171dcf86baba0a64169d508 Mon Sep 17 00:00:00 2001 From: Giulio Cesare Solaroli Date: Fri, 30 Aug 2013 15:56:53 +0000 Subject: First release of /delta version --- (limited to 'backend') 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" } -- cgit v0.9.0.2