Simplified Backend property files

Removed extra info not actually used
master-GE
Clipperz 2013-01-31 14:33:54 +01:00
parent 1e19202f47
commit 0e9e543614
3 changed files with 3 additions and 17 deletions

View File

@ -1,9 +1,4 @@
{
"request.path": "json",
"should.pay.toll": "true",
"development.settings": {
"url": "http://homer.local:8084/java-backend"
}
"should.pay.toll": "true"
}

View File

@ -1,9 +1,4 @@
{
"request.path": "index.php",
"should.pay.toll": "false",
"development.settings": {
"url": "http://localhost/php/clipperz"
}
"should.pay.toll": "false"
}

View File

@ -1,8 +1,4 @@
{
"request.path": "clipperz.py",
"should.pay.toll": "false",
"development.settings": {
"url": "http://localhost/python/clipperz"
}
"should.pay.toll": "false"
}