| 1234567891011121314151617181920212223242526272829 | 
							- <?php
 
- return [
 
-     '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
 
-     'filename' => '/var/www/html/system/config/streams.yaml',
 
-     'modified' => 1591823779,
 
-     'data' => [
 
-         'schemes' => [
 
-             'image' => [
 
-                 'type' => 'Stream',
 
-                 'paths' => [
 
-                     0 => 'user://images',
 
-                     1 => 'system://images'
 
-                 ]
 
-             ],
 
-             'page' => [
 
-                 'type' => 'ReadOnlyStream',
 
-                 'paths' => [
 
-                     0 => 'user://pages'
 
-                 ]
 
-             ],
 
-             'account' => [
 
-                 'type' => 'ReadOnlyStream',
 
-                 'paths' => [
 
-                     0 => 'user://accounts'
 
-                 ]
 
-             ]
 
-         ]
 
-     ]
 
- ];
 
 
  |