mirror of https://github.com/statping/statping
feat: checking env variables
parent
7052206b4f
commit
7dc2bf0569
|
@ -40,6 +40,6 @@
|
|||
window.LUMBERJACK_API_URL = "%REACT_APP_LUMBERJACK_API_URL%";
|
||||
window.LUMBERJACK_API_KEY = "%REACT_APP_LUMBERJACK_API_KEY%";
|
||||
|
||||
console.log(window);
|
||||
console.log(window)
|
||||
</script>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue