Skip to content

Commit

Permalink
Create api-postcode.php
Browse files Browse the repository at this point in the history
  • Loading branch information
api-postcode authored Jun 5, 2017
1 parent 0899e42 commit 73a6756
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions config/api-postcode.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?php
/*
* (c) Api Postcode <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

return [

/*
|--------------------------------------------------------------------------
| Api Token
|--------------------------------------------------------------------------
|
| Enter here your api token recieved by email from https://api-postcode.nl
*/

'token' => env('API_POSTCODE_TOKEN'),
];

0 comments on commit 73a6756

Please sign in to comment.