34935-vm/config.php
2025-10-14 11:20:42 +00:00

8 lines
254 B
PHP

<?php
// Main configuration file
// The API key for OpenWeatherMap.
// You can get a free key from https://openweathermap.org/price.
// Please replace 'YOUR_OWM_API_KEY' with your actual key.
define('OWM_API_KEY', '1dfc5acd07d74b93a2ebdcccf3181cab');
?>