-rw-r--r-- | backend/dev/properties/dev.properties.json | 7 | ||||
-rw-r--r-- | backend/php/properties/php.properties.json | 7 | ||||
-rw-r--r-- | 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 @@ | |||
1 | { | 1 | { |
2 | "request.path": "json", | 2 | "request.path": "json", |
3 | "should.pay.toll": "true", | 3 | "should.pay.toll": "true" |
4 | |||
5 | "development.settings": { | ||
6 | "url": "http://homer.local:8084/java-backend" | ||
7 | } | ||
8 | |||
9 | } \ No newline at end of file | 4 | } \ 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 @@ | |||
1 | { | 1 | { |
2 | "request.path": "index.php", | 2 | "request.path": "index.php", |
3 | "should.pay.toll": "false", | 3 | "should.pay.toll": "false" |
4 | |||
5 | "development.settings": { | ||
6 | "url": "http://localhost/php/clipperz" | ||
7 | } | ||
8 | |||
9 | } | 4 | } |
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 @@ | |||
1 | { | 1 | { |
2 | "request.path": "clipperz.py", | 2 | "request.path": "clipperz.py", |
3 | "should.pay.toll": "false", | 3 | "should.pay.toll": "false" |
4 | |||
5 | "development.settings": { | ||
6 | "url": "http://localhost/python/clipperz" | ||
7 | } | ||
8 | } | 4 | } |