1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2024-11-13 09:09:02 +01:00

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.
This commit is contained in:
Clipperz 2013-01-08 16:22:38 +01:00
parent 816fc35420
commit a9974c63bd

View File

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