summaryrefslogtreecommitdiff
path: root/backend
Unidiff
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 @@
1{ 1{
2 "request.path": "json", 2 "request.path": "../json",
3 "dump.path": "/../dump",
3 "should.pay.toll": "true" 4 "should.pay.toll": "true"
4} \ No newline at end of file 5} \ 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 @@
1{ 1{
2 "request.path": "json", 2 "request.path": "../json",
3 "dump.path": "/../dump",
3 "should.pay.toll": "true" 4 "should.pay.toll": "true"
4} \ No newline at end of file 5} \ 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 @@
1{ 1{
2 "request.path": "index.php", 2 "request.path": "../index.php",
3 "dump.path": "/../dump.php",
3 "should.pay.toll": "false" 4 "should.pay.toll": "false"
4} 5}
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 @@
1{ 1{
2 "request.path": "clipperz.py", 2 "request.path": "../clipperz.py",
3 "dump.path": "/../clipperz.py",
3 "should.pay.toll": "false" 4 "should.pay.toll": "false"
4} 5}