Update sample env.php

This commit is contained in:
Skylar Ittner 2021-05-16 16:36:42 -06:00
parent bcfec3e180
commit c2f1d4101d

View File

@ -25,4 +25,9 @@ $SETTINGS = [
// If this is running in a subfolder, set it accordingly or things will be strange
// Include trailing slash
"urlbase" => "/",
"openweathermap_appid" => "",
"weather_summary_hours" => 8,
"mapquest_key" => ""
];