mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-13 13:12:42 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user