From 0e9e5436141790ced2fa712538c9f0cb7b39ee50 Mon Sep 17 00:00:00 2001 From: Clipperz Date: Thu, 31 Jan 2013 14:33:54 +0100 Subject: [PATCH] Simplified Backend property files Removed extra info not actually used --- backend/dev/properties/dev.properties.json | 7 +------ backend/php/properties/php.properties.json | 7 +------ backend/python/properties/python.properties.json | 6 +----- 3 files changed, 3 insertions(+), 17 deletions(-) diff --git a/backend/dev/properties/dev.properties.json b/backend/dev/properties/dev.properties.json index 1c49ea5..1c2dae5 100644 --- a/backend/dev/properties/dev.properties.json +++ b/backend/dev/properties/dev.properties.json @@ -1,9 +1,4 @@ { "request.path": "json", - "should.pay.toll": "true", - - "development.settings": { - "url": "http://homer.local:8084/java-backend" - } - + "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 dd25b09..09196c9 100644 --- a/backend/php/properties/php.properties.json +++ b/backend/php/properties/php.properties.json @@ -1,9 +1,4 @@ { "request.path": "index.php", - "should.pay.toll": "false", - - "development.settings": { - "url": "http://localhost/php/clipperz" - } - + "should.pay.toll": "false" } diff --git a/backend/python/properties/python.properties.json b/backend/python/properties/python.properties.json index 8dd872f..322f174 100644 --- a/backend/python/properties/python.properties.json +++ b/backend/python/properties/python.properties.json @@ -1,8 +1,4 @@ { "request.path": "clipperz.py", - "should.pay.toll": "false", - - "development.settings": { - "url": "http://localhost/python/clipperz" - } + "should.pay.toll": "false" }