X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/49e98834e8e1dfd6961546a2aa73283fb66a7e59..1aa4dc4645246a750f53b37f383a4348f1065770:/cookbooks/forum/templates/default/config.php.erb diff --git a/cookbooks/forum/templates/default/config.php.erb b/cookbooks/forum/templates/default/config.php.erb new file mode 100644 index 000000000..91ca73803 --- /dev/null +++ b/cookbooks/forum/templates/default/config.php.erb @@ -0,0 +1,17 @@ +'; +$db_prefix = 'osm_'; +$p_connect = false; + +$cookie_name = 'forum_cookie'; +$cookie_domain = ''; +$cookie_path = '/'; +$cookie_secure = 1; +$cookie_seed = '<%= @passwords["cookie_seed"] %>'; + +define('PUN', 1);