diff options
author | Baitinq <you@example.com> | 2022-02-27 21:22:12 +0000 |
---|---|---|
committer | Baitinq <you@example.com> | 2022-02-27 21:37:51 +0000 |
commit | 0924ced6a169c71cb8a2168671d11c546cec3f3b (patch) | |
tree | 1bb94a2b603b8cf1433ed1e2af6d2897164a7471 /.env | |
parent | Docker: Added frontend env variables (diff) | |
download | Bluetooth_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-- | .env | 1 |
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" |