芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/panorama.panoramawholesale.com/config/martvill.php
env('IS_DEMO', false), /* The application version */ 'version' => env('MARTVILL_VERSION', '1.0.0'), /** The Application Install */ 'app_install' => env('APP_INSTALL', false), /* |-------------------------------------------------------------------------- | Unique Item Code |-------------------------------------------------------------------------- | | This key represents the unique item code. | It is essential not to remove or modify this code if you intend to receive updates and maintain compatibility with our scripts. | | Warning: Don't remove or modify item code. If you want to take updates and maintain compatibility with our scripts, preserve this code intact. | */ 'item_code' => '43288879', /* The application file version */ 'file_version' => '2.2.0', /** Martvill versions * * All of the martvill versions are listed here. * **/ 'versions' => [ '1.0.0', '1.1.0', '1.2.0', '1.3.0', '1.4.0', '1.5.0', '1.6.0', '1.7.0', '1.8.0', '2.0.0', '2.0.1', '2.1.0', '2.1.1', '2.2.0', ], /** * Thumbnail path * * Note:If you want to change the thumbnail_dir name, * You must change dir name from public/uploads/[old thumbnail directory name] * */ 'thumbnail_dir' => 'sizes', /* Demo account credentails, Only work when the application on demo mode */ 'credentials' => [ 'admin' => [ 'email' => 'admin@techvill.net', 'password' => '123456', ], 'vendor' => [ 'email' => 'vendor@techvill.net', 'password' => '123456', ], 'customer' => [ 'email' => 'user@techvill.net', 'password' => '123456', ], ], 'server_url ' => 'https://support.techvill.org', //Admin dashboard option 'widget_options' => [ 'cellHeight' => 85, 'float' => false, 'disableResize' => false, 'alwaysShowResizeHandle' => true, ], ];