diff --git a/env.sample.php b/env.sample.php index ad01faa..9ba9898 100644 --- a/env.sample.php +++ b/env.sample.php @@ -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" => "" ]; \ No newline at end of file