20250419#1
This commit is contained in:
6
config/container/params.php
Normal file
6
config/container/params.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'MYSQL_PARAM' => json_decode(getenv("MYSQL_PARAM"), true),
|
||||
'REDIS_PARAM' => json_decode(getenv("REDIS_PARAM"), true),
|
||||
];
|
||||
Reference in New Issue
Block a user