TASK-25 add encrypt to database pass and app secret

This commit is contained in:
2024-07-25 15:55:32 +02:00
parent deeb8ab2f5
commit c9565a4279
9 changed files with 32 additions and 0 deletions
@@ -0,0 +1,6 @@
<?php
return [
'APP_SECRET' => null,
'DATABASE_PASSWORD' => null,
];