aboutsummaryrefslogtreecommitdiff
path: root/template-config.js
diff options
context:
space:
mode:
authorMark Powers <markppowers0@gmail.com>2020-09-06 11:07:14 -0500
committerMark Powers <markppowers0@gmail.com>2020-09-06 11:07:14 -0500
commit1f1f48db76b5b99092b44d52f1ed7af327034d71 (patch)
tree4ddec4d6e03a86fd2330db577fa846ec3fad07fd /template-config.js
parentad244411564f5563bc6f10a65833f4225698bdf5 (diff)
Fix budget URL
Diffstat (limited to 'template-config.js')
-rw-r--r--template-config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/template-config.js b/template-config.js
index a69143b..46684f2 100644
--- a/template-config.js
+++ b/template-config.js
@@ -9,4 +9,5 @@ const GITEA_URL = undefined;
const FILES_URL = undefined;
const FILE_FEED_URL = undefined;
const CALENDAR_URL = undefined;
-const WEATHER_UNITS = "imperial" \ No newline at end of file
+const WEATHER_UNITS = "imperial";
+const BUDGET_URL = undefined; \ No newline at end of file