Default org platform URL to localhost
This commit is contained in:
parent
66fd0d0016
commit
feb71dc844
|
@ -2,7 +2,7 @@ import { writable, get } from "svelte/store"
|
|||
import api from "builderStore/api"
|
||||
|
||||
const DEFAULT_CONFIG = {
|
||||
platformUrl: undefined,
|
||||
platformUrl: "http://localhost:1000",
|
||||
logoUrl: "https://i.imgur.com/ZKyklgF.png",
|
||||
docsUrl: undefined,
|
||||
company: "Budibase",
|
||||
|
|
Loading…
Reference in New Issue