lancache-autofill/config/steam-api.php
2017-12-09 01:23:03 +00:00

10 lines
219 B
PHP

<?php
return array(
/**
* You can get a steam API key from http://steamcommunity.com/dev/apikey
* Once you get your key, add it here.
*/
'steamApiKey' => env('STEAM_API_KEY', 'YOUR-API-KEY')
);