Skip to content

Commit

Permalink
Let drush skip SSL on database connections
Browse files Browse the repository at this point in the history
  • Loading branch information
arnested committed Dec 22, 2024
1 parent 87ff5af commit 682ce98
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions drush/drush.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
command:
sql:
options:
extra: "--skip_ssl"

0 comments on commit 682ce98

Please sign in to comment.