mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-10-26 11:11:56 +00:00
Testing: Added mail port to testing env options
Prevents conflict with potential user-set option. For #5755
This commit is contained in:
parent
bd966ef99e
commit
a2d13124af
@ -21,6 +21,7 @@
|
||||
<server name="DB_CONNECTION" value="mysql_testing"/>
|
||||
<server name="BCRYPT_ROUNDS" value="4"/>
|
||||
<server name="MAIL_DRIVER" value="array"/>
|
||||
<server name="MAIL_PORT" value="587"/>
|
||||
<server name="MAIL_VERIFY_SSL" value="true"/>
|
||||
<server name="LOG_CHANNEL" value="single"/>
|
||||
<server name="AUTH_METHOD" value="standard"/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user