From c2f1d4101d89d1b01cf1fefc8ab3bd1e33831ba1 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sun, 16 May 2021 16:36:42 -0600 Subject: [PATCH] Update sample env.php --- env.sample.php | 5 +++++ 1 file changed, 5 insertions(+) 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