aboutsummaryrefslogtreecommitdiff
path: root/hsm-web/Client/src/config.js
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2026-01-02 11:37:35 +0000
committerPaul Oliver <contact@pauloliver.dev>2026-01-02 11:57:54 +0000
commitf7f11acafe0a404fa218c13832e32fce574ae0f6 (patch)
treef3a531050b4be2d708eb6aac53ce4474f798886b /hsm-web/Client/src/config.js
parent43af089b3588b6fd29a1b09be9874054e0291c5e (diff)
Adds battery monitoring to frontend
Diffstat (limited to 'hsm-web/Client/src/config.js')
-rw-r--r--hsm-web/Client/src/config.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/hsm-web/Client/src/config.js b/hsm-web/Client/src/config.js
new file mode 100644
index 0000000..b8e9a98
--- /dev/null
+++ b/hsm-web/Client/src/config.js
@@ -0,0 +1,3 @@
+module.exports = {
+ api: 'http://192.168.8.170:3000'
+}