640: Configuration files should mention their _local versions

Thanks go to Aleksej Serdjukov for bringing this up and
providing the patch in the bug!
This commit is contained in:
Elrond 2011-11-12 14:26:35 +01:00
parent 8daf78db4e
commit daed11b812
2 changed files with 6 additions and 0 deletions

View 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] [mediagoblin]
direct_remote_path = /mgoblin_static/ direct_remote_path = /mgoblin_static/
email_sender_address = "notice@mediagoblin.example.org" email_sender_address = "notice@mediagoblin.example.org"

View File

@ -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] [DEFAULT]
# Set to true to enable web-based debugging messages and etc. # Set to true to enable web-based debugging messages and etc.
debug = false debug = false