diff options
Diffstat (limited to 'engine/settings.example.php')
-rw-r--r-- | engine/settings.example.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/engine/settings.example.php b/engine/settings.example.php index 7c8b5019f..e45284685 100644 --- a/engine/settings.example.php +++ b/engine/settings.example.php @@ -33,6 +33,11 @@ // Database server
// (For most configurations, you can leave this as 'localhost')
$CONFIG->dbhost = "localhost";
+
+ // Database table prefix
+ // If you're sharing a database with other applications, you will want to use this
+ // to differentiate Elgg's tables.
+ $CONFIG->dbprefix = "elgg";
/*
* Multiple database connections
|