We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99b1de0 + 6fe5b54 commit 3d8339bCopy full SHA for 3d8339b
src/config/config.php
@@ -6,5 +6,5 @@
6
* You can get a steam API key from http://steamcommunity.com/dev/apikey
7
* Once you get your key, add it here.
8
*/
9
- 'steamApiKey' => 'YOUR-API-KEY',
10
-);
+ 'steamApiKey' => env('STEAM_API_KEY'),
+);
0 commit comments