X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fdorestad-bookings.git;a=blobdiff_plain;f=dbsettings.py.tmpl;h=566d2fd815e42dcd49c16dc5bc65daaea50caecc;hp=bf6ae6e888803e28e4f03ec7eccc8e6b43fa1b4f;hb=4d05f907d6e6ab93c5427a3b86461bc2e20aaa07;hpb=9c8e125a625d1024743e8d56ed567654b100f3bc diff --git a/dbsettings.py.tmpl b/dbsettings.py.tmpl index bf6ae6e..566d2fd 100644 --- a/dbsettings.py.tmpl +++ b/dbsettings.py.tmpl @@ -7,3 +7,7 @@ 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'