From 7bb53c64da2dcf88894bfd31503accdd81498f3d Mon Sep 17 00:00:00 2001 From: Thomas Duval Date: Wed, 3 Jun 2020 10:06:52 +0200 Subject: Update to new version 5.4 Signed-off-by: Thomas Duval Change-Id: Idcd868133d75928a1ffd74d749ce98503e0555ea --- dashboard/src/config.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 dashboard/src/config.js (limited to 'dashboard/src/config.js') diff --git a/dashboard/src/config.js b/dashboard/src/config.js new file mode 100644 index 00000000..2849ec7d --- /dev/null +++ b/dashboard/src/config.js @@ -0,0 +1,4 @@ +export default { + // Moon Manager URL + host: 'http://127.0.0.1:8000', +} \ No newline at end of file -- cgit 1.2.3-korg