password-manager/backend/dev/properties/dev.properties.json
Clipperz a9974c63bd 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.
2013-01-08 16:22:38 +01:00

9 lines
136 B
JSON

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