summaryrefslogtreecommitdiff
path: root/backend
authorGiulio Cesare Solaroli <giulio.cesare@clipperz.com>2013-08-30 15:56:53 (UTC)
committer Giulio Cesare Solaroli <giulio.cesare@clipperz.com>2013-08-30 21:23:42 (UTC)
commit20bea94ab6b91c85b171dcf86baba0a64169d508 (patch) (side-by-side diff)
tree6e38e91498dcdb861620eba1e237d1026fe79cc5 /backend
parentbde3c7b98523112ade9c5bbf7390c4ecb494cd2e (diff)
downloadclipperz-20bea94ab6b91c85b171dcf86baba0a64169d508.zip
clipperz-20bea94ab6b91c85b171dcf86baba0a64169d508.tar.gz
clipperz-20bea94ab6b91c85b171dcf86baba0a64169d508.tar.bz2
First release of /delta version
Diffstat (limited to 'backend') (more/less context) (ignore whitespace changes)
-rw-r--r--backend/checksum/properties/checksum.properties.json3
-rw-r--r--backend/dev/properties/dev.properties.json3
-rw-r--r--backend/php/properties/php.properties.json3
-rw-r--r--backend/python/properties/python.properties.json3
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"
}