Fixing an issue with platformUrl being required in settings.
This commit is contained in:
parent
ad7e892226
commit
9b12de9162
|
@ -7,9 +7,8 @@ const {
|
|||
EmailTemplatePurpose,
|
||||
} = require("../constants")
|
||||
const { checkSlashesInUrl } = require("./index")
|
||||
const env = require("../environment")
|
||||
|
||||
const LOCAL_URL = `http://localhost:${env.PORT}`
|
||||
const LOCAL_URL = `http://localhost:10000`
|
||||
const BASE_COMPANY = "Budibase"
|
||||
|
||||
exports.getSettingsTemplateContext = async (purpose, code = null) => {
|
||||
|
|
Loading…
Reference in New Issue