]> git.openstreetmap.org Git - chef.git/blob - cookbooks/forum/templates/default/config.php.erb
Merge remote-tracking branch 'github/pull/422'
[chef.git] / cookbooks / forum / templates / default / config.php.erb
1 <?php
2
3 $db_type = 'mysqli';
4 $db_host = 'localhost';
5 $db_name = 'forum';
6 $db_username = 'forum';
7 $db_password = '<%= @passwords["database"] %>';
8 $db_prefix = 'osm_';
9 $p_connect = false;
10
11 $cookie_name = 'forum_cookie';
12 $cookie_domain = '';
13 $cookie_path = '/';
14 $cookie_secure = 1;
15 $cookie_seed = '<%= @passwords["cookie_seed"] %>';
16
17 define('PUN', 1);