Merge pull request 'Get basebox host from env variable if present' (#1) from felix/vue-todo:main into main
Reviewed-on: #1
This commit is contained in:
commit
de9e33418f
@ -13,7 +13,7 @@ export const store = reactive({
|
|||||||
userName: "stranger",
|
userName: "stranger",
|
||||||
|
|
||||||
/** base URL of basebox broker host */
|
/** base URL of basebox broker host */
|
||||||
baseboxHost: "http://127.0.0.1:8080",
|
baseboxHost: process.env.BASEBOX_HOST || "http://127.0.0.1:8080",
|
||||||
|
|
||||||
/** basebox session data */
|
/** basebox session data */
|
||||||
session: {},
|
session: {},
|
||||||
|
Loading…
Reference in New Issue
Block a user