Skip to content

Commit 8999025

Browse files
committed
build: updating host
1 parent 9d1e731 commit 8999025

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

editgroups/settings/secret_gh_action.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
DATABASES = {
77
'default': {
88
'ENGINE': 'django.db.backends.mysql',
9-
'HOST': 'localhost',
9+
'HOST': '127.0.0.1',
1010
'PORT': 'MARIADB_PORT',
1111
'NAME': 'editgroups',
12+
'USER': 'root',
1213
'PASSWORD': 'editgroups',
1314
'OPTIONS': {
1415
'init_command': "SET sql_mode='STRICT_TRANS_TABLES'",

0 commit comments

Comments
 (0)