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