mirror of
https://github.com/zeropingheroes/lancache-autofill
synced 2024-11-10 10:24:12 +00:00
11 lines
219 B
PHP
11 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')
|
||
|
);
|