Making the uncomment-able db string match the one that we use in the install docs
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 12 May 2013 16:45:31 +0000 (11:45 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 12 May 2013 16:46:38 +0000 (11:46 -0500)
This commit sponsored by Denise Merkel.  Thanks, Mom!  Happy Mother's Day!

mediagoblin.ini

index 43621107488bd4669cc849f848f8186c1b7e61c3..4906546a9cc52cf37b92ff1ca2abd6e2d2fbf845 100644 (file)
@@ -11,7 +11,7 @@ email_sender_address = "notice@mediagoblin.example.org"
 
 ## Uncomment and change to your DB's appropiate setting.
 ## Default is a local sqlite db "mediagoblin.db".
-# sql_engine = postgresql:///gmg
+# sql_engine = postgresql:///mediagoblin
 
 # set to false to enable sending notices
 email_debug_mode = true