Files
portal/config/portal.php

6 lines
86 B
PHP

<?php
return [
'open_weather_map_api_key' => env('OPEN_WEATHER_MAP_API_KEY'),
];