X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fdorestad-bookings.git;a=blobdiff_plain;f=dbsettings.py.tmpl;h=ff621ed3d1f32ffa2dd3e2548c17c6cd0ca44af3;hp=566d2fd815e42dcd49c16dc5bc65daaea50caecc;hb=b8ab54abb0092e5e16cb8fbe65ec96fc0f7cef4e;hpb=8f82b787420a65cb08b42b59dea1929c76b77be4 diff --git a/dbsettings.py.tmpl b/dbsettings.py.tmpl index 566d2fd..ff621ed 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_'