Commit f6a7f1c3 authored by “Yevgeniy's avatar “Yevgeniy

test changes for jenkins6

parent 442cc2c9
...@@ -224,6 +224,8 @@ export const transporter = nodemailer.createTransport({ ...@@ -224,6 +224,8 @@ export const transporter = nodemailer.createTransport({
} }
export let frontend_url = 'localhost:3000'; export let frontend_url = 'localhost:3000';
if (process.env.REACT_APP_NODE_ENV === "dev") { if (process.env.REACT_APP_NODE_ENV === "dev") {
frontend_url = "http://116.203.144.156:3000" frontend_url = "http://116.203.144.156:3000"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment