640: Configuration files should mention their _local versions
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Sat, 12 Nov 2011 13:26:35 +0000 (14:26 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Sat, 12 Nov 2011 13:28:55 +0000 (14:28 +0100)
Thanks go to Aleksej Serdjukov for bringing this up and
providing the patch in the bug!

mediagoblin.ini
paste.ini

index c22d12d7b98fc27c608b07d73e2b2f934ae05077..728ab2f207055cddcc0dc82000e048569eca471e 100644 (file)
@@ -1,3 +1,6 @@
+# If you want to make changes to this file, first copy it to
+# mediagoblin_local.ini, then make the changes there.
+
 [mediagoblin]
 direct_remote_path = /mgoblin_static/
 email_sender_address = "notice@mediagoblin.example.org"
index 8866789c63a27806d0c3288b9aa8f459366f5576..c729e41d6d78dcdbf2f5064cdb9deeb7782e63b2 100644 (file)
--- a/paste.ini
+++ b/paste.ini
@@ -1,3 +1,6 @@
+# If you want to make changes to this file, first copy it to
+# paste_local.ini, then make the changes there.
+
 [DEFAULT]
 # Set to true to enable web-based debugging messages and etc.
 debug = false