summaryrefslogtreecommitdiff
path: root/config.sample.php
blob: 0f1b9fa7d2884f064cb73c9f61122a580693dc91 (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
<?php

/* copy this file to config.php */

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

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

$config['phpbb4'] = array(
  'root_path' => '' /* path to your phpBB4 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 7 installation */,
  'site' => 'default' /* site directory */,
);