Skip to content

Commit

Permalink
Added env default for api_url
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolajlovenhardt committed Feb 17, 2016
1 parent 78b58ef commit 94bfb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* https://api.[server].freespee.com/[api-version]
* Ex. https://api.analytics2.freespee.com/2.4.0
*/
'api_url' => '',
'api_url' => env('FREESPEE_API_URL', null),

/*
* Freespee credentials
Expand Down

0 comments on commit 94bfb36

Please sign in to comment.