We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d1e731 commit 8999025Copy full SHA for 8999025
1 file changed
editgroups/settings/secret_gh_action.py
@@ -6,9 +6,10 @@
6
DATABASES = {
7
'default': {
8
'ENGINE': 'django.db.backends.mysql',
9
- 'HOST': 'localhost',
+ 'HOST': '127.0.0.1',
10
'PORT': 'MARIADB_PORT',
11
'NAME': 'editgroups',
12
+ 'USER': 'root',
13
'PASSWORD': 'editgroups',
14
'OPTIONS': {
15
'init_command': "SET sql_mode='STRICT_TRANS_TABLES'",
0 commit comments