Pushed with wrong url again :)

This commit is contained in:
frikky
2020-05-13 11:26:51 +02:00
parent e4e945fe27
commit 1abc8a7b54
2 changed files with 7 additions and 4 deletions
+4 -2
View File
@@ -38,10 +38,12 @@ import AlertTemplate from "react-alert-template-basic";
import { positions, Provider } from "react-alert";
// Testing - localhost
const globalUrl = "http://192.168.3.6:5001"
//const globalUrl = "http://192.168.3.6:5001"
//console.log("HOST: ", process.env)
// Production - backend proxy forwarding in nginx
//const globalUrl = window.location.origin
const globalUrl = window.location.origin
const surfaceColor = "#27292D"
const inputColor = "#383B40"