feat(install): add smtp config for wiki and farm
Some checks are pending
/ test (push) Waiting to run
Some checks are pending
/ test (push) Waiting to run
This commit is contained in:
parent
40d3d22229
commit
7cb482c25e
3 changed files with 31 additions and 2 deletions
|
@ -388,6 +388,11 @@ function createWakkaConfig($domain, $user, $dbUser)
|
|||
'databaseUser' => $dbUser['user'],
|
||||
'databasePassword' => $dbUser['password'],
|
||||
'yeswikiVersion' => preg_replace('/.*-(.*)\.zip/m', "$1", $_SERVER['source_archive_url']),
|
||||
'contactFrom' => $_SERVER['contactFrom'],
|
||||
'smtpHost' => $_SERVER['smtpHost'],
|
||||
'smtpPort' => $_SERVER['smtpPort'],
|
||||
'smtpUser' => $_SERVER['smtpUser'],
|
||||
'smtpPass' => $_SERVER['smtpPass'],
|
||||
]));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue