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:
parent
816fc35420
commit
a9974c63bd
9
backend/dev/properties/dev.properties.json
Normal file
9
backend/dev/properties/dev.properties.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"request.path": "json",
|
||||
"should.pay.toll": "true",
|
||||
|
||||
"development.settings": {
|
||||
"url": "http://homer.local:8084/java-backend"
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user