Commit f55d1ae3 authored by shajiaiming's avatar shajiaiming

路径调整

parent 9154c2f3
......@@ -127,7 +127,7 @@ return [
'elasticsearch' => [
'class' => 'yii\elasticsearch\Connection',
'nodes' => [
['http_address' => '47.111.132.89:9200'],
['http_address' => '47.100.218.222:9200'],
],
]
],
......
#!/bin/bash
while true;
do
php /var/www/html/token_pwallet/yii cross-chain/auto-transfer 1 0 >> /var/www/html/auto-transfer.log 2>&1;
php /var/www/html/token_pwallet/yii cross-chain/auto-transfer 2 0 >> /var/www/html/auto-transfer.log 2>&1;
php /var/www/html/token_pwallet/yii cross-chain/auto-transfer 3 0 >> /var/www/html/auto-transfer.log 2>&1;
php /var/www/html/token_pwallet/yii cross-chain/auto-transfer 1 1 >> /var/www/html/auto-transfer.log 2>&1;
php /var/www/html/token_pwallet/yii cross-chain/auto-transfer 2 1 >> /var/www/html/auto-transfer.log 2>&1;
php /var/www/html/token_pwallet/yii cross-chain/auto-transfer 3 1 >> /var/www/html/auto-transfer.log 2>&1;
php /data_wallet/token_config/yii cross-chain/auto-transfer 1 0 >> /data_wallet/auto-transfer.log 2>&1;
php /data_wallet/token_config/yii cross-chain/auto-transfer 2 0 >> /data_wallet/auto-transfer.log 2>&1;
php /data_wallet/token_config/yii cross-chain/auto-transfer 3 0 >> /data_wallet/auto-transfer.log 2>&1;
php /data_wallet/token_config/yii cross-chain/auto-transfer 1 1 >> /data_wallet/auto-transfer.log 2>&1;
php /data_wallet/token_config/yii cross-chain/auto-transfer 2 1 >> /data_wallet/auto-transfer.log 2>&1;
php /data_wallet/token_config/yii cross-chain/auto-transfer 3 1 >> /data_wallet/auto-transfer.log 2>&1;
sleep 15;
done &
\ No newline at end of file
#!/bin/bash
while true; do php /var/www/html/token_pwallet/yii game-bet/bet-update >> /var/log/bet-update.log 2>&1; sleep 2; done &
\ No newline at end of file
while true; do php /data_wallet/token_config/yii game-bet/bet-update >> /data_wallet/bet-update.log 2>&1; sleep 2; done &
\ No newline at end of file
#!/bin/bash
while true; do php /var/www/html/token_pwallet/yii game-bet/game-status >> /var/log/game-status.log 2>&1; sleep 5; done &
\ No newline at end of file
while true; do php /data_wallet/token_config/yii game-bet/game-status >> /data_wallet/game-status.log 2>&1; sleep 5; done &
\ No newline at end of file
#!/bin/bash
while true; do php /var/www/html/token_pwallet/yii cross-chain/query-transaction >> /var/www/html/query-transaction.log 2>&1; sleep 5; done &
\ No newline at end of file
while true; do php /data_wallet/token_config/yii cross-chain/query-transaction >> /data_wallet/query-transaction.log 2>&1; sleep 5; done &
\ No newline at end of file
#!/bin/bash
while true; do php /data_wallet/token_config/yii exchange/quotation >> /data_wallet/ticker-update.log 2>&1; sleep 180; done &
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment