We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e62485d commit 2e9af52Copy full SHA for 2e9af52
src/config.js
@@ -7,7 +7,7 @@ module.exports = {
7
secret_key: "HUEyqESqgQ1yTwzVlO6wprC9Kf1J1xuA",
8
host: process.env.HOST || "http://localhost",
9
port: process.env.NODE_ENV === "production" ? "" : "8080",
10
- hostUI: process.env.NODE_ENV === "production" ? "https://joulon-flatlogic.herokuapp.com" : "http://localhost",
+ hostUI: process.env.NODE_ENV === "production" ? "https://demo.flatlogic.com/sing-app-react" : "http://localhost",
11
portUI: process.env.NODE_ENV === "production" ? "" : "3000",
12
google: {
13
clientId: "592707349093-3ab6a0seutt1qpiiq8u0k3in5k7f226d.apps.googleusercontent.com",
0 commit comments