mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-15 23:40:17 +02:00
Merge branch 'fix-phpbb3-mysql-user' into 'master'
[FIX] DB user for phpBB See merge request allianceauth/allianceauth!1613
This commit is contained in:
commit
fc303b1b0a
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user