Skip to content

Commit

Permalink
Update MYSQL_HOST value in settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FeloxleF committed Mar 16, 2024
1 parent 9466f09 commit e4e6217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activmindback/activmindback/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
# Database
# https://docs.djangoproject.com/en/4.2/ref/settings/#databases

MYSQL_HOST = os.environ.get('MYSQL_HOST', '127.0.0.1')
MYSQL_HOST = '127.0.0.1'

DATABASES = {
# 'default': {
Expand Down

0 comments on commit e4e6217

Please sign in to comment.