<?php
return [
'admin_token' => env('STORE_ADMIN_TOKEN', ''),
'plugin_access_token' => env('STORE_PLUGIN_ACCESS_TOKEN', ''),
];