123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351 |
- <?php
- return [
-
- 'app_name' => PROJECT_NAME,
- 'app_path' => PROJECT_PATH,
-
-
- 'logPath' => PROJECT_PATH . '/log/crontab/'.date("Ymd"),
- 'logSaveFileApp' => 'application.log',
- 'logSaveFileWorker' => 'crontab.log',
- 'pidPath' => PROJECT_PATH . '/log',
- 'sleep' => 2,
- 'queueMaxNum' => 10,
- 'excuteTime' => 3600,
- 'queueTickTimer' => 1000 * 10,
- 'messageTickTimer' => 1000 * 180,
- 'processName' => ':seaBlueswooleTopicQueue',
-
- 'job' => [
- 'topics' => [
- ['name' => 'MyJob', 'workerMinNum' => 1, 'workerMaxNum' => 5],
-
-
- ],
-
- 'queue' => [
- 'class' => 'Jobs\Model\Queue\MRedisTopicQueue',
- 'host' => '127.0.0.1',
- 'port' => 6379,
- 'password' => '',
- 'database' => 4,
- ],
-
-
-
-
-
-
-
-
-
-
- ],
-
- 'framework' => [
-
- 'class' => 'Jobs\Controller\CJobs',
- ],
- 'message' => [
- 'class' => '\Kcloze\Jobs\Message\DingMessage',
- 'token' => '***your-dingding-token***',
- ],
- 'db' => [
- 'default' => [
- 'driver' => 'mysql',
- 'host' => '127.0.0.1',
- 'port' => '3306',
- 'username' => 'seablue_devanfei',
- 'password' => 'tkKYEfnKEtChiDp5',
- 'dbname' => 'seablue_devanfei',
- 'prefix' => 'qianniao',
- 'pconnect' => 0,
- 'charset' => 'utf8',
- ],
- 'stock' => [
- 'driver' => 'mysql',
- 'host' => '127.0.0.1',
- 'port' => '3306',
- 'username' => 'seablue_devanfei',
- 'password' => 'tkKYEfnKEtChiDp5',
- 'dbname' => 'seablue_devstock',
- 'prefix' => 'qianniao',
- 'pconnect' => 0,
- 'charset' => 'utf8',
- ],
- 'price' => [
- 'driver' => 'mysql',
- 'host' => '127.0.0.1',
- 'port' => '3306',
- 'username' => 'seablue_devanfei',
- 'password' => 'tkKYEfnKEtChiDp5',
- 'dbname' => 'seablue_devprice',
- 'prefix' => 'qianniao',
- 'pconnect' => 0,
- 'charset' => 'utf8',
- ],
- 'log' => [
- 'driver' => 'mysql',
- 'host' => '127.0.0.1',
- 'port' => '3306',
- 'username' => 'seablue_devanfei',
- 'password' => 'tkKYEfnKEtChiDp5',
- 'dbname' => 'seablue_devlog',
- 'prefix' => 'qianniao',
- 'pconnect' => 0,
- 'charset' => 'utf8',
- ],
- 'finance' => [
- 'driver' => 'mysql',
- 'host' => '127.0.0.1',
- 'port' => '3306',
- 'username' => 'seablue_devanfei',
- 'password' => 'tkKYEfnKEtChiDp5',
- 'dbname' => 'seablue_devfinan',
- 'prefix' => 'qianniao',
- 'pconnect' => 0,
- 'charset' => 'utf8',
- ],
- ],
- 'cache' => [
- 'default' => [
- 'storage' => 'redis',
- 'host' => '127.0.0.1',
- 'port' => '6379',
- 'auth' => '',
- 'prefix' => 'bnew_',
- 'database' => '0',
- ],
- 'mapping' => [
- 'storage' => 'redis',
- 'host' => '127.0.0.1',
- 'port' => '6379',
- 'auth' => '',
- 'prefix' => 'bnew_',
- 'database' => '1',
- ],
- 'user' => [
- 'storage' => 'redis',
- 'host' => '127.0.0.1',
- 'port' => '6379',
- 'auth' => '',
- 'prefix' => 'bnew_',
- 'database' => '2',
- ],
- 'finance' => [
- 'storage' => 'redis',
- 'host' => '127.0.0.1',
- 'port' => '6379',
- 'auth' => '',
- 'prefix' => 'bnew_',
- 'database' => '3',
- ],
- 'activity' => [
- 'storage' => 'redis',
- 'host' => '127.0.0.1',
- 'port' => '6379',
- 'auth' => '',
- 'prefix' => 'bnew_',
- 'database' => '5',
- ],
- ],
- 'dataResources' => [
- 'ThirdPartyService' => [
- 'host' => '',
- 'port' => '9504',
- 'time_out' => -1,
- ],
- ],
- 'search' => [
- 'goods_search' =>[
- 'protocol' => 'http',
- 'servers' => [
- '127.0.0.1:80'
- ],
- 'timeout' => null,
- 'index' => 'online_goods_search',
- 'type' => 'goods',
- ],
- 'customer_search' =>[
- 'protocol' => 'http',
- 'servers' => [
- '127.0.0.1:80'
- ],
- 'timeout' => null,
- 'index' => 'online_customer_search',
- 'type' => 'customer',
- ],
- 'goods_basic_search' =>[
- 'protocol' => 'http',
- 'servers' => [
- '127.0.0.1:80'
- ],
- 'timeout' => null,
- 'index' => 'online_goodsbasic_search',
- 'type' => 'goodsBasic',
- ],
- 'shop_search' =>[
- 'protocol' => 'http',
- 'servers' => [
- '127.0.0.1:80'
- ],
- 'timeout' => null,
- 'index' => 'online_shop_search',
- 'type' => 'shop',
- ],
- 'order_search' =>[
- 'protocol' => 'http',
- 'servers' => [
- '127.0.0.1:80'
- ],
- 'timeout' => null,
- 'index' => 'online_order_search',
- 'type' => 'order',
- ],
- 'priceAdjustmentSheet_search' => [
- 'protocol' => 'http',
- 'servers' => [
- '127.0.0.1:80'
- ],
- 'timeout' => null,
- 'index' => 'online_priceadjustmentsheet_search',
- 'type' => 'priceAdjustmentSheet',
- ],
- 'customerPriceAdjustmentSheet_search' => [
- 'protocol' => 'http',
- 'servers' => [
- '127.0.0.1:80'
- ],
- 'timeout' => null,
- 'index' => 'online_customer_price_adjustment_sheet_search',
- 'type' => 'customerPriceAdjustmentSheet',
- ],
- 'inventory_details_search' => [
- 'protocol' => 'http',
- 'servers' => [
- '127.0.0.1:80'
- ],
- 'timeout' => null,
- 'index' => 'online_inventory_details_search',
- 'type' => 'inventory_details',
- ],
- 'purchase_details_search' => [
- 'protocol' => 'http',
- 'servers' => [
- '127.0.0.1:80'
- ],
- 'timeout' => null,
- 'index' => 'online_purchase_details_search',
- 'type' => 'purchase_details',
- ],
- 'order_out_search' => [
- 'protocol' => 'http',
- 'servers' => [
- '127.0.0.1:80'
- ],
- 'timeout' => null,
- 'index' => 'online_order_out_search',
- 'type' => 'order_out',
- ],
- 'inventory_out_search' => [
- 'protocol' => 'http',
- 'servers' => [
- '127.0.0.1:80'
- ],
- 'timeout' => null,
- 'index' => 'online_inventory_out_search',
- 'type' => 'inventory_out',
- ],
- 'inventory_in_search' => [
- 'protocol' => 'http',
- 'servers' => [
- '127.0.0.1:80'
- ],
- 'timeout' => null,
- 'index' => 'online_inventory_in_search',
- 'type' => 'inventory_in',
- ],
- 'inventory_batch_search' => [
- 'protocol' => 'http',
- 'servers' => [
- '127.0.0.1:80'
- ],
- 'timeout' => null,
- 'index' => 'online_inventory_batch_search',
- 'type' => 'inventory_batch',
- ],
- 'should_receive_receipt_search' => [
- 'protocol' => 'http',
- 'servers' => [
- '127.0.0.1:80'
- ],
- 'timeout' => null,
- 'index' => 'dev_should_receive_receipt_search',
- 'type' => 'should_receive_receipt',
- ],
- 'should_pay_receipt_search' => [
- 'protocol' => 'http',
- 'servers' => [
- '127.0.0.1:80'
- ],
- 'timeout' => null,
- 'index' => 'dev_should_pay_receipt_search',
- 'type' => 'should_pay_receipt',
- ],
- 'activity_search' => [
- 'protocol' => 'http',
- 'servers' => [
- '127.0.0.1:80'
- ],
- 'timeout' => null,
- 'index' => 'online_activity_search',
- 'type' => 'activity',
- ],
- 'login_log' =>[
- 'protocol' => 'http',
- 'servers' => [
- '127.0.0.1:80'
- ],
- 'timeout' => null,
- 'index' => 'online_login_log',
- 'type' => 'login',
- ],
- 'logs' => [
- 'protocol' => 'http',
- 'servers' => [
- '127.0.0.1:80'
- ],
- 'timeout' => null,
- 'index' => 'dev_logs',
- 'type' => 'logs',
- ],
- 'received_receipt_search' => [
- 'protocol' => 'http',
- 'servers' => [
- '127.0.0.1:80'
- ],
- 'timeout' => null,
- 'index' => 'online_received_receipt_search',
- 'type' => 'received_receipt',
- ],
- 'user_coupon_search' => [
- 'protocol' => 'http',
- 'servers' => [
- '127.0.0.1:80'
- ],
- 'timeout' => null,
- 'index' => 'online_user_coupon_search',
- 'type' => 'user_coupon',
- ],
- ]
- ];
|