Created
October 1, 2012 20:59
-
-
Save arturo-c/3814376 to your computer and use it in GitHub Desktop.
config file for usa rugby behat tests on travis.ci
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$config = array( | |
'username' => 'root', | |
'password' => '', | |
'database' => 'usarugby', | |
'server' => '127.0.0.1', | |
'consumer_key' => '3Q88vpe2kjyyFJedJ9TNigKGZUtF5vCW', | |
'consumer_secret' => 'QcZLNL4yik83h6PPycbpMwcU5UapChat', | |
'auth_domain' => 'https://www.pdup.allplayers.com', // Optional | |
'timezone' => 'America/Chicago', | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment