40779d000b68629af00dd987148afc06.yaml.php 774 B

1234567891011121314151617181920212223242526272829
  1. <?php
  2. return [
  3. '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
  4. 'filename' => '/var/www/html/system/config/streams.yaml',
  5. 'modified' => 1591823779,
  6. 'data' => [
  7. 'schemes' => [
  8. 'image' => [
  9. 'type' => 'Stream',
  10. 'paths' => [
  11. 0 => 'user://images',
  12. 1 => 'system://images'
  13. ]
  14. ],
  15. 'page' => [
  16. 'type' => 'ReadOnlyStream',
  17. 'paths' => [
  18. 0 => 'user://pages'
  19. ]
  20. ],
  21. 'account' => [
  22. 'type' => 'ReadOnlyStream',
  23. 'paths' => [
  24. 0 => 'user://accounts'
  25. ]
  26. ]
  27. ]
  28. ]
  29. ];