summaryrefslogtreecommitdiff
path: root/src/utils.clj
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-02-03 22:01:05 +0000
committeryo momma <shutup@oops.wtf>2026-02-03 22:01:05 +0000
commit36202d8defb26f87264914f60c39c768cff3729e (patch)
treea57224b8bba7fc7a7c65a8c3b0408847e9043a3d /src/utils.clj
parentd220d620e425ee6128c83229467e3ccac8f3ebf2 (diff)
Hump.fm: remove dump.fm branding
Diffstat (limited to 'src/utils.clj')
-rwxr-xr-xsrc/utils.clj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils.clj b/src/utils.clj
index 57060a6..0be144c 100755
--- a/src/utils.clj
+++ b/src/utils.clj
@@ -24,7 +24,7 @@
config
))
-(let [db-name (or (System/getenv "DUMPFM_DB_NAME") "dumpfm")
+(let [db-name (or (System/getenv "DUMPFM_DB_NAME") "humpfm")
db-user (or (System/getenv "DUMPFM_DB_USER") "postgres")
db-pass (or (System/getenv "DUMPFM_DB_PASSWORD") "")
db-port (let [p (System/getenv "DUMPFM_DB_PORT")]
@@ -404,7 +404,7 @@
;; Templates
-(def template-group (new StringTemplateGroup "dumpfm" "template"))
+(def template-group (new StringTemplateGroup "humpfm" "template"))
(.setRefreshInterval template-group 10)
(defn initialize-template [st session]