-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsettings.php.dist
More file actions
17 lines (16 loc) · 868 Bytes
/
settings.php.dist
File metadata and controls
17 lines (16 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
return [
'mls_id' => 'your_mls_id',
'office_count' => 50,
'member_count' => 150,
'property_count' => 500,
'openhouse_count' => 1000,
'history_count' => 1000,
'media_count' => 5000,
'unsplash_app_id' => 'your_unsplash_app_id', // unsplash specific
'interior_collection' => collection_id, // unsplash id or filesystem path to interior image directory if using local provider
'exterior_collection' => collection_id, // unsplash id or filesystem path to interior image directory if using local provider
'portrait_collection' => collection_id, // unsplash id or filesystem path to interior image directory if using local provider
'photo_provider' => \FeedFaker\Helper\UnsplashPhotoProvider::class,
'use_getobject', // use the RETS getObject style to provide photos-- default is to supply them as media resources
];