settings: Enable (phpbb) authentication.
[matthijs/projects/dorestad-bookings.git] / dbsettings.py.tmpl
index bf6ae6e888803e28e4f03ec7eccc8e6b43fa1b4f..566d2fd815e42dcd49c16dc5bc65daaea50caecc 100644 (file)
@@ -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'