Skip to content

Commit

Permalink
Update dev env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
progala committed Aug 11, 2023
1 parent 0d31553 commit 296d1e7
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions development/dev.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,17 @@
# DEV File: Store environment information. NOTE: Secrets NOT stored here!
################################################################################
# Nautobot Configuration Environment Variables
ALLOWED_HOSTS=*
NAUTOBOT_ALLOWED_HOSTS=*
BANNER_TOP="Local"
CHANGELOG_RETENTION=0
MAX_PAGE_SIZE=0
METRICS_ENABLED=True
NAPALM_TIMEOUT=5
NAUTOBOT_CHANGELOG_RETENTION=0
NAUTOBOT_ROOT=/opt/nautobot

NAUTOBOT_DEBUG=True
NAUTOBOT_DJANGO_EXTENSIONS_ENABLED=True
NAUTOBOT_DJANGO_TOOLBAR_ENABLED=True
NAUTOBOT_LOG_LEVEL=DEBUG
NAUTOBOT_MAX_PAGE_SIZE=1000
NAUTOBOT_METRICS_ENABLED=True
NAUTOBOT_NAPALM_TIMEOUT=5
NAUTOBOT_MAX_PAGE_SIZE=0

# Redis Configuration Environment Variables
REDIS_HOST=redis
Expand Down

0 comments on commit 296d1e7

Please sign in to comment.