add config file portal to fix env error maybe
This commit is contained in:
5
config/portal.php
Normal file
5
config/portal.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'open_weather_map_api_key' => env('OPEN_WEATHER_MAP_API_KEY'),
|
||||
];
|
||||
Reference in New Issue
Block a user