Fixed default environment name for action in workflow

This commit is contained in:
frikky
2020-05-12 17:20:48 +02:00
parent f8fac39308
commit 4748c0fab6
3 changed files with 50 additions and 45 deletions
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -38,10 +38,10 @@ 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"
// Production - backend proxy forwarding in nginx
const globalUrl = window.location.origin
//const globalUrl = window.location.origin
const surfaceColor = "#27292D"
const inputColor = "#383B40"