aboutsummaryrefslogtreecommitdiff
path: root/conf.private.example.php
blob: 54f4133197760f2e5fcb8805ec144402c899014e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
// Database settings (should be mysql)
define('DB_HOST', 'localhost');
define('DB_NAME', 'my_database');
define('DB_USER', 'my_database_user');
define('DB_PASS', 'my_password');
define('DB_PORT', '3306');

// Braintree settings
define('BRAINTREE_ENABLED', true);
define('BRAINTREE_MERCHANT', ...);
define('BRAINTREE_KEY_PUBLIC', ...);
define('BRAINTREE_KEY_PRIVATE', ...);