Rename NOREPLY_FROM to ACCOUNTS_NOREPLY_FROM

This is today only used for things coming out of the accounts system,
like new accounts and password resets. To make sure we don't
accidentally start using it for something else, change the name of the
parameter.
This commit is contained in:
Magnus Hagander
2018-05-01 17:52:15 +02:00
parent 7a7ea05fec
commit 73706bdaba
2 changed files with 4 additions and 4 deletions

View File

@ -143,7 +143,7 @@ YUM_JSON="/usr/local/pgweb/external/yum.json"
STATIC_CHECKOUT="/usr/local/pgweb-static" # Location of a checked out pgweb-static project
NOTIFICATION_EMAIL="someone@example.com" # Address to send notifications *to*
NOTIFICATION_FROM="someone@example.com" # Address to send notifications *from*
NOREPLY_FROM="someone@example.com" # Address to send unverified messages from
ACCOUNTS_NOREPLY_FROM="someone@example.com" # Address to send account messages from
BUGREPORT_EMAIL="someone@example.com" # Address to pgsql-bugs list
BUGREPORT_NOREPLY_EMAIL="someone-noreply@example.com" # Address to no-reply pgsql-bugs address
DOCSREPORT_EMAIL="someone@example.com" # Address to pgsql-docs list