Skip to content

Commit

Permalink
Address review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
glennmatthews committed Aug 30, 2022
1 parent f70a8e4 commit 0f9e35e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions development/dev.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ NAUTOBOT_REDIS_PORT=6379
# NAUTOBOT_REDIS_SSL=True

# Needed for Postgres, must match the values for Nautobot above
POSTGRES_DB=nautobot
POSTGRES_USER=nautobot
POSTGRES_USER=${NAUTOBOT_DB_USER}
POSTGRES_DB=${NAUTOBOT_DB_NAME}

VAULT_URL=http://vault:8200

0 comments on commit 0f9e35e

Please sign in to comment.