Skip to content

Commit

Permalink
switch to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
hschell-cortado committed Jun 30, 2022
1 parent b2a1e80 commit 3b86ca8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
7 changes: 2 additions & 5 deletions src/taskpane/taskpane.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,11 @@
</div>
</div>
</div>
<!-- live client 9I9DPCHGvsXjraQfwuRzL7OlVpqiryJ19yfYLeLH-->
<ezp-printing
clientid="dp8gisibeh5xoNkeZewjBQqjPaUUgAEP8MUlvbT8"
redirecturi="https://localhost:3000/authRedirect.html"
clientid="WnjHlEm0TYYJDt8dovTqUDJMa4ifB2C9eehABA1U"
redirecturi="https://https://cdn.ezeep.com/ezeep-msoffice-addin/v1.0.26/authRedirect.html"
trigger="custom"
filetype="pdf"
authapihosturl="account.tst.azdev.ezeep.com"
printapihosturl="printapi.tst.azdev.ezeep.com"
appearance="light"
seamless
hideheader
Expand Down
4 changes: 1 addition & 3 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@ module.exports = async (env, options) => {
if (dev) {
return content;
} else {
return content
.toString()
.replace(new RegExp(urlDev, "g"), urlProd + "v" + process.env.MODULE_VERSION + "/");
return content.toString().replace(new RegExp(urlDev, "g"), `${urlProd}v${process.env.MODULE_VERSION}/`);
}
},
},
Expand Down

0 comments on commit 3b86ca8

Please sign in to comment.