summaryrefslogtreecommitdiff
path: root/config.sample.php
blob: 14c615383542b94e83e8f01f192ea4cd6da16adb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?php

/* copy this file to config.php */

$config['plugin'] = '';
$config['log_path'] = __DIR__ . '/logs/';

$config['phpbb30'] = array(
  'root_path' => '' /* path to your phpBB30 installation */,
);

$config['phpbb31'] = array(
  'root_path' => '' /* path to your phpBB31 installation */,
);

$config['drupal7'] = array(
  'root_path' => '' /* path to your Drupal 7 installation */,
  'site' => 'default' /* site directory */,
);

$config['drupal8'] = array(
  'root_path' => '' /* path to your Drupal 8 installation */,
  'site' => 'default' /* site directory */,
);

$config['smf2'] = array(
  'root_path' => '' /* path to your SMF 2.x installation */,
);