Skip to content

Commit

Permalink
Revert changes to development files
Browse files Browse the repository at this point in the history
  • Loading branch information
lpconsulting321 committed Dec 16, 2024
1 parent 7030c3c commit 9d34725
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions development/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# !!! USE CAUTION WHEN MODIFYING LINES BELOW

# Accepts a desired Nautobot version as build argument, default to 2.0.0
ARG NAUTOBOT_VER="latest"
ARG NAUTOBOT_VER="2.0.0"

# Accepts a desired Python version as build argument, default to 3.11
ARG PYTHON_VER="3.11"
Expand Down Expand Up @@ -67,7 +67,6 @@ RUN if [ -z "${CI+x}" ]; then \

# Install the app
RUN poetry install --extras all --with dev
RUN poetry install --all-extras

COPY development/nautobot_config.py ${NAUTOBOT_ROOT}/nautobot_config.py
# !!! USE CAUTION WHEN MODIFYING LINES ABOVE
6 changes: 3 additions & 3 deletions development/development.env
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ MATTERMOST_URL="http://mattermost:8065"
NAUTOBOT_CHATOPS_ENABLE_MS_TEAMS="False"

# - Slack ----------------------------
NAUTOBOT_CHATOPS_ENABLE_SLACK="True"
NAUTOBOT_CHATOPS_ENABLE_SLACK="False"
# SLACK_SLASH_COMMAND_PREFIX="/"

# - Cisco Webex ----------------------
Expand Down Expand Up @@ -103,6 +103,6 @@ NAUTOBOT_CHATOPS_ENABLE_NSO="False"
# NSO_PASSWORD="admin"

# - Slurpit ------------------------
NAUTOBOT_CHATOPS_ENABLE_SLURPIT="True"
SLURPIT_HOST="http://88.99.80.25"
NAUTOBOT_CHATOPS_ENABLE_SLURPIT="False"
SLURPIT_HOST="https://sandbox.slurpit.io"
SLURPIT_VERIFY="True"

0 comments on commit 9d34725

Please sign in to comment.