fix: use valid 32-byte APP_KEY for AES-256-CBC cipher
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
7c598e0479
commit
8c9f7fccb8
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
</source>
|
||||
<php>
|
||||
<env name="APP_ENV" value="testing"/>
|
||||
<env name="APP_KEY" value="base64:dGVzdGluZ2tleXRoYXRpczMyYnl0ZXNsb25nMTIzNA=="/>
|
||||
<env name="APP_KEY" value="base64:G2msbQf2UzChvOWPYL2qFosg9xYW2/mZFi32OcAnDeA="/>
|
||||
<env name="APP_MAINTENANCE_DRIVER" value="file"/>
|
||||
<env name="BCRYPT_ROUNDS" value="4"/>
|
||||
<env name="CACHE_STORE" value="array"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue