summaryrefslogtreecommitdiff
path: root/config.sample.php
blob: eb5c0daeff1fcd9139f3325697cbd3655281ef8c (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
<?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 */,
);