Add (article): ai gen, front views
This commit is contained in:
29
config/platform/dataset.php
Normal file
29
config/platform/dataset.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'news' => [
|
||||
|
||||
'news_serp' => [
|
||||
|
||||
'path' => '/datasets/news_serp/',
|
||||
|
||||
'driver' => 'r2',
|
||||
|
||||
'file_prefix' => 'news-serp-',
|
||||
|
||||
],
|
||||
|
||||
'images_serp' => [
|
||||
|
||||
'path' => '/datasets/images_serp/',
|
||||
|
||||
'driver' => 'r2',
|
||||
|
||||
'file_prefix' => 'images-serp-',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user