Get basebox host from env variable if present #1

Merged
markus merged 1 commits from felix/vue-todo:main into main 2023-04-28 07:58:54 +00:00

View File

@ -13,7 +13,7 @@ export const store = reactive({
userName: "stranger",
/** 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 */
session: {},