aboutsummaryrefslogtreecommitdiff
path: root/src/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.js b/src/config.js
new file mode 100644
index 0000000..1281554
--- /dev/null
+++ b/src/config.js
@@ -0,0 +1,3 @@
+export const Config = {
+ baseUrl: "http://localhost:5555"
+} \ No newline at end of file