1
0
Fork 0
mirror of synced 2024-06-30 03:50:37 +12:00

Fixing an issue with platformUrl being required in settings.

This commit is contained in:
mike12345567 2021-05-11 12:51:14 +01:00
parent f440b32b83
commit ec751b59a4

View file

@ -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) => {