Skip to content

Commit

Permalink
docs: πŸ“ Correct MariaDB to MySQL in env file
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrew82 committed Apr 10, 2024
1 parent 7f1980a commit c987cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environments/local.example.env
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ NAUTOBOT_REDIS_PORT=6379
# Uncomment REDIS_SSL if using SSL
# NAUTOBOT_REDIS_SSL=True

# Needed for MariaDB, should match the values for Nautobot above
# Needed for MySQL, should match the values for Nautobot above
MYSQL_USER=nautobot
MYSQL_DATABASE=nautobot

Expand Down

0 comments on commit c987cef

Please sign in to comment.