aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/src/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/src/config.js')
-rw-r--r--dashboard/src/config.js4
1 files changed, 4 insertions, 0 deletions
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