Skip to content

Commit 2ef66cd

Browse files
author
ee
committed
Update config.php
Use .env to store STEAM API KEY
1 parent 99b1de0 commit 2ef66cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config/config.php

Lines changed: 1 addition & 1 deletion
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',
9+
'steamApiKey' => env('STEAM_APIKEY'),
1010
);

0 commit comments

Comments
 (0)