suyuan-breed/vendor/clagiordano/weblibs-configmanager/testsdata/sample_config_data.yml.conv...

24 lines
316 B
PHP
Raw Permalink Normal View History

2024-01-09 15:59:23 +08:00
<?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',
),
),
),
);