diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2010-07-03 21:22:22 -0400 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2010-07-03 21:22:22 -0400 |
| commit | 41caa07a16baf32ed9f82bc28b4c3a63825ab472 (patch) | |
| tree | cfa44792af36d7314e1185658508286cac1d2240 | |
| parent | ef58e04d1dbf1084cbae5a803dce683f555beddb (diff) | |
revert cookie domain to .dump.fm
| -rw-r--r-- | src/config.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.clj b/src/config.clj index 7019096..f09daf8 100644 --- a/src/config.clj +++ b/src/config.clj @@ -3,7 +3,7 @@ ;; Configuration -(def *cookie-domain* "") +(def *cookie-domain* ".dump.fm") (def *server-url* (if (= (System/getProperty "user.name") "dumpfmprod") |
