[FIX] DB user for phpBB

This commit is contained in:
Peter Pfeufer 2024-03-24 17:08:34 +01:00
parent b17b1f7504
commit 4e220a9679
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

View File

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