Skip to content

Commit

Permalink
Merge pull request #166 from nautobot/u/smk4664-drift-manager
Browse files Browse the repository at this point in the history
Fix repo_url
  • Loading branch information
smk4664 authored Aug 15, 2024
2 parents 4a3aa5d + ec3703d commit 5adf33a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"verbose_name": "Nautobot Nornir Plugin",
"app_slug": "nautobot-plugin-nornir",
"project_slug": "nautobot-plugin-nornir",
"repo_url": "https://github.com/nautobot/nautobot-plugin-nornir",
"repo_url": "https://github.com/nautobot/nautobot-app-nornir",
"base_url": "plugin-nornir",
"min_nautobot_version": "2.0.0",
"max_nautobot_version": "2.9999",
Expand All @@ -24,7 +24,7 @@
"template_ref": "develop",
"cookie_dir": "",
"branch_prefix": "drift-manager",
"pull_request_strategy": "update-or-create",
"pull_request_strategy": "create",
"post_actions": [
"black"
],
Expand Down
1 change: 0 additions & 1 deletion development/docker-compose.mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ services:
db:
image: "mysql:8"
command:
- "--default-authentication-plugin=mysql_native_password"
- "--max_connections=1000"
env_file:
- "development.env"
Expand Down

0 comments on commit 5adf33a

Please sign in to comment.