davispeixoto/Laravel-4-Salesforce

View on GitHub
src/config/config.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
return array(

    /*
    |--------------------------------------------------------------------------
    | Your Salesforce credentials
    |--------------------------------------------------------------------------
    |
    |
    */

    // production
    'username' => '',
    'password' => '',
    'token' => '',
    'wsdl' => app_path() . '/wsdl/enterprise.wsdl.xml',
);