add Meteo part
This commit is contained in:
@@ -29,6 +29,6 @@ return [
|
||||
|
||||
'max_age' => 0,
|
||||
|
||||
'supports_credentials' => false,
|
||||
'supports_credentials' => true,
|
||||
|
||||
];
|
||||
|
||||
5
config/weather.php
Normal file
5
config/weather.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