diff options
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] |
