Skip to content

Commit 3d8339b

Browse files
Merge pull request #73 from 2er7/master
Update config.php
2 parents 99b1de0 + 6fe5b54 commit 3d8339b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
* You can get a steam API key from http://steamcommunity.com/dev/apikey
77
* Once you get your key, add it here.
88
*/
9-
'steamApiKey' => 'YOUR-API-KEY',
10-
);
9+
'steamApiKey' => env('STEAM_API_KEY'),
10+
);

0 commit comments

Comments
 (0)