Skip to content

Commit 2e9af52

Browse files
committed
feat(config): updated ui path
1 parent e62485d commit 2e9af52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
secret_key: "HUEyqESqgQ1yTwzVlO6wprC9Kf1J1xuA",
88
host: process.env.HOST || "http://localhost",
99
port: process.env.NODE_ENV === "production" ? "" : "8080",
10-
hostUI: process.env.NODE_ENV === "production" ? "https://joulon-flatlogic.herokuapp.com" : "http://localhost",
10+
hostUI: process.env.NODE_ENV === "production" ? "https://demo.flatlogic.com/sing-app-react" : "http://localhost",
1111
portUI: process.env.NODE_ENV === "production" ? "" : "3000",
1212
google: {
1313
clientId: "592707349093-3ab6a0seutt1qpiiq8u0k3in5k7f226d.apps.googleusercontent.com",

0 commit comments

Comments
 (0)