X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=dbsettings.py.tmpl;h=5ce17d989f3cfc2af3bc9edeff2f76d7ccd86f7f;hb=refs%2Fheads%2Fproduction;hp=04242fe6a0922fd9837eb3032c1e8ea3d314040c;hpb=25f8408523048e3734758d970efaf12b1d7157db;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/dbsettings.py.tmpl b/dbsettings.py.tmpl index 04242fe..5ce17d9 100644 --- a/dbsettings.py.tmpl +++ b/dbsettings.py.tmpl @@ -11,3 +11,4 @@ DATABASE_PORT = '' # Set to empty string for default. Not used # Database to use for phpbb authentication. Other variables from above # (except for ENGINE) can similarly be overridden. PHPBB_DATABASE_NAME = 'ee_forum' +PHPBB_TABLE_PREFIX = 'phpbb_'