Merge branch 'fix-phpbb3-mysql-user' into 'master'

[FIX] DB user for phpBB

See merge request allianceauth/allianceauth!1613
This commit is contained in:
Ariel Rin 2024-03-26 10:19:07 +00:00
commit fc303b1b0a

View File

@ -21,7 +21,7 @@ PHPBB3_URL = ''
DATABASES['phpbb3'] = { DATABASES['phpbb3'] = {
'ENGINE': 'django.db.backends.mysql', 'ENGINE': 'django.db.backends.mysql',
'NAME': 'alliance_forum', 'NAME': 'alliance_forum',
'USER': 'allianceserver-phpbb3', 'USER': 'allianceserver',
'PASSWORD': 'password', 'PASSWORD': 'password',
'HOST': '127.0.0.1', 'HOST': '127.0.0.1',
'PORT': '3306', 'PORT': '3306',