From 8d395b1e04bfd5fc28b2ce9b8ba5806decde8adf Mon Sep 17 00:00:00 2001 From: darey-io Date: Sun, 21 Jan 2024 21:47:19 +0000 Subject: [PATCH] remove default AP_VERSIONS --- docker/Dockerfile | 3 --- example.env | 3 ++- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index be5fc23..c07a078 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,8 +1,5 @@ FROM python:3.11.5 -# Set a default value for AP_VERSIONS -ENV AP_VERSIONS='{"AP45": "0.12.27139", "AP32": "0.12.27139"}' - # Set the working directory to /app WORKDIR /app diff --git a/example.env b/example.env index 0061628..afc5c79 100644 --- a/example.env +++ b/example.env @@ -5,5 +5,6 @@ RF_TEMPLATE_ID= NETWORK_TEMPLATE_ID= ; Optional config options +AP_VERSIONS={"AP45": "0.12.27139", "AP32": "0.12.27139"} ;MIST_USERNAME= -;MIST_LOGIN_METHOD=credentials or token +;MIST_LOGIN_METHOD=credentials or token \ No newline at end of file