Start having useful defaults for SQL
[mediagoblin.git] / mediagoblin.ini
index dbde6e5106e6013222815f0b2346615cd9f26e5a..223f0f4a0ae0d2b7590be3ccb60966f951e443e6 100644 (file)
@@ -5,6 +5,10 @@
 direct_remote_path = /mgoblin_static/
 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
+
 # set to false to enable sending notices
 email_debug_mode = true