about summary refs log tree commit diff
path: root/.env
diff options
context:
space:
mode:
authorBaitinq <you@example.com>2022-02-27 21:22:12 +0000
committerBaitinq <you@example.com>2022-02-27 21:37:51 +0000
commit0924ced6a169c71cb8a2168671d11c546cec3f3b (patch)
tree1bb94a2b603b8cf1433ed1e2af6d2897164a7471 /.env
parentDocker: Added frontend env variables (diff)
downloadBluetooth_Dosimeter-0924ced6a169c71cb8a2168671d11c546cec3f3b.tar.gz
Bluetooth_Dosimeter-0924ced6a169c71cb8a2168671d11c546cec3f3b.tar.bz2
Bluetooth_Dosimeter-0924ced6a169c71cb8a2168671d11c546cec3f3b.zip
Added AP_INTERFACE environment variable for the AP image
Diffstat (limited to '.env')
-rw-r--r--.env1
1 files changed, 1 insertions, 0 deletions
diff --git a/.env b/.env
index 407148db3..7ae16c7af 100644
--- a/.env
+++ b/.env
@@ -2,3 +2,4 @@ BACKEND_HOST="0.0.0.0"
 BACKEND_PORT=4444
 FRONTEND_HOST="0.0.0.0"
 FRONTEND_PORT=80
+AP_INTERFACE="wlan0"