Added properties for 'dev' backend

Added an extra 'dev' backend, useful when testing the application during development.

A dev-proxy script also helps in working separately on frontend and backend code.
master-GE
Clipperz 2013-01-08 16:22:38 +01:00
parent 816fc35420
commit a9974c63bd
1 changed files with 9 additions and 0 deletions

View File

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