Update email subject prefix to 'staging env'. Note we should manage such thing at a higher level

This commit is contained in:
Xavier トーマス Lamien 2016-08-03 12:12:54 +00:00
parent 854535ba39
commit 476534690d

View file

@ -133,7 +133,7 @@ pyramid.includes =
email.smtp.server = localhost
email.from = Fedora Account System <noreply@fedoraproject.org>
email.subject_prefix = [Development Test]
email.subject_prefix = [Staging Env]
###