Skip to content

Commit

Permalink
remove default AP_VERSIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
darey-io committed Jan 21, 2024
1 parent 419818e commit 8d395b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 2 additions & 1 deletion example.env
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8d395b1

Please sign in to comment.