sample_config_data.php.converted.yml 140 B

12345678
  1. app: app_name
  2. db:
  3. host: localhost
  4. user: sample_user
  5. pass: sample_pass
  6. port: 3306
  7. other:
  8. multi: { deep: { nested: config_value } }