Skip to content

Commit

Permalink
Set auth_plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
bullestock committed Oct 6, 2024
1 parent 79041c0 commit 8036142
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion backend/acs/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,10 @@ def get_env_variable(var_name):
'HOST': 'acs-db',
'NAME': 'acs',
'PASSWORD': get_env_variable('DB_PASSWORD'),
'USER': 'acs'
'USER': 'acs',
'OPTIONS': {
'auth_plugin': 'mysql_native_password'
}
}
}

Expand Down

0 comments on commit 8036142

Please sign in to comment.