Simplified Backend property files
Removed extra info not actually used
This commit is contained in:
parent
1e19202f47
commit
0e9e543614
@ -1,9 +1,4 @@
|
|||||||
{
|
{
|
||||||
"request.path": "json",
|
"request.path": "json",
|
||||||
"should.pay.toll": "true",
|
"should.pay.toll": "true"
|
||||||
|
|
||||||
"development.settings": {
|
|
||||||
"url": "http://homer.local:8084/java-backend"
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
@ -1,9 +1,4 @@
|
|||||||
{
|
{
|
||||||
"request.path": "index.php",
|
"request.path": "index.php",
|
||||||
"should.pay.toll": "false",
|
"should.pay.toll": "false"
|
||||||
|
|
||||||
"development.settings": {
|
|
||||||
"url": "http://localhost/php/clipperz"
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -1,8 +1,4 @@
|
|||||||
{
|
{
|
||||||
"request.path": "clipperz.py",
|
"request.path": "clipperz.py",
|
||||||
"should.pay.toll": "false",
|
"should.pay.toll": "false"
|
||||||
|
|
||||||
"development.settings": {
|
|
||||||
"url": "http://localhost/python/clipperz"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user