Index: trunk/app.psgi
===================================================================
--- trunk/app.psgi	(revision 54)
+++ trunk/app.psgi	(revision 55)
@@ -20,5 +20,5 @@
     enable_if { $_[0]->{REQUEST_METHOD} ne 'GET' } 'Auth::Digest', (
         realm           => 'Bookmarks',
-        secret          => 'blahblahblah', #TODO: change this!
+        secret          => $config->{digest_key},
         password_hashed => 1,
         authenticator   => sub { $config->{digest_password} }
