engineering/vendor/clagiordano/weblibs-configmanager/testsdata/sample_config_data.json.converted.php
2023-11-09 14:09:52 +08:00

24 lines
318 B
PHP
Executable File

<?php
return array (
'app' => 'name',
'db' =>
array (
'host' => 'localhost',
'user' => 'sample_user',
'pass' => 'sample_pass',
'port' => '3306',
),
'other' =>
array (
'multi' =>
array (
'deep' =>
array (
'nested' => 'config_value',
),
),
),
);