From f6e353378c22df83af0403e9b012713b83b63242 Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Wed, 12 Apr 2017 22:16:04 +0200 Subject: [PATCH] Quick way to have env variables for working in diff envs. --- webpage/js/env_variables.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 webpage/js/env_variables.js diff --git a/webpage/js/env_variables.js b/webpage/js/env_variables.js new file mode 100644 index 0000000..eb342fb --- /dev/null +++ b/webpage/js/env_variables.js @@ -0,0 +1,3 @@ +var env_variables = { + url : "http://localhost:31459/api/seasoned", +} \ No newline at end of file