diff options
| author | yo momma <shutup@oops.wtf> | 2026-02-03 22:01:05 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-02-03 22:01:05 +0000 |
| commit | 36202d8defb26f87264914f60c39c768cff3729e (patch) | |
| tree | a57224b8bba7fc7a7c65a8c3b0408847e9043a3d /src/utils.clj | |
| parent | d220d620e425ee6128c83229467e3ccac8f3ebf2 (diff) | |
Hump.fm: remove dump.fm branding
Diffstat (limited to 'src/utils.clj')
| -rwxr-xr-x | src/utils.clj | 4 |
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] |
