<?php
return [
'trendyol' => [
'server' => env('TRENDYOL_SCRAPER_URI',''),
],
'lcw' => [
'server' => env('LCW_SCRAPER_URI','')
]
];