Get basebox host from env variable if present
This commit is contained in:
parent
9636416807
commit
a9576219b9
@ -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