[web-src] Allow the dev server to run against a remote forked-daapd instance

This commit is contained in:
chme
2020-05-02 08:43:10 +02:00
parent 4188a54e37
commit 341acca184
3 changed files with 12 additions and 4 deletions

2
web-src/.env.development Normal file
View File

@@ -0,0 +1,2 @@
VUE_APP_JSON_API_SERVER='http://localhost:3689'
VUE_APP_WEBSOCKET_SERVER='ws://localhost:3688'