diff --git a/packages/worker/src/utilities/templates.js b/packages/worker/src/utilities/templates.js index ea03f2727b..57a4c14f9c 100644 --- a/packages/worker/src/utilities/templates.js +++ b/packages/worker/src/utilities/templates.js @@ -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) => {