feat: adding team email and changing base to noreplay

This commit is contained in:
Binyamin Yawitz
2024-08-02 08:59:47 -04:00
parent c095cb6e2e
commit 73ecec099d
3 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -259,7 +259,7 @@ class Specs extends Action
$specs = new Specification($formatInstance);
$endpoint = System::getEnv('_APP_HOME', '[HOSTNAME]');
$email = System::getEnv('_APP_SYSTEM_EMAIL_ADDRESS', APP_EMAIL_TEAM);
$email = System::getEnv('_APP_SYSTEM_TEAM_EMAIL', APP_EMAIL_TEAM);
$formatInstance
->setParam('name', APP_NAME)