X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fdorestad-bookings.git;a=blobdiff_plain;f=dbsettings.py.tmpl;h=ff621ed3d1f32ffa2dd3e2548c17c6cd0ca44af3;hp=bf6ae6e888803e28e4f03ec7eccc8e6b43fa1b4f;hb=HEAD;hpb=6766edae0f027f1ac392b11e62dbb4485000a58b diff --git a/dbsettings.py.tmpl b/dbsettings.py.tmpl index bf6ae6e..ff621ed 100644 --- a/dbsettings.py.tmpl +++ b/dbsettings.py.tmpl @@ -7,3 +7,8 @@ DATABASE_USER = 'ee_bookings' # Not used with sqlite3. DATABASE_PASSWORD = '' # Not used with sqlite3. DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3. DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3. + +# 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_'