Commit d2f632cb authored by sunagne's avatar sunagne

sync

parent cabaf822
Pipeline #515 failed with stages
# webman ### 临时项目,主要解决清算assets数据ID重复的问题
High performance HTTP Service Framework for PHP based on [Workerman](https://github.com/walkor/workerman). - config/database.php 中配置
```php
# Manual (文档) return [
// 默认数据库
https://www.workerman.net/doc/webman 'default' => 'fj-clearing',
// 各种数据库配置
# Home page (主页) 'connections' => [
https://www.workerman.net/webman 'fj-clearing' => [
'driver' => 'mysql',
'host' => '106.55.103.148',
# Benchmarks (压测) 'port' => '3398',
'database' => '3y_clearing_test',
https://www.techempower.com/benchmarks/#section=test&runid=9716e3cd-9e53-433c-b6c5-d2c48c9593c1&hw=ph&test=db&l=zg24n3-1r&a=2 'username' => 'root',
![image](https://user-images.githubusercontent.com/6073368/96447814-120fc980-1245-11eb-938d-6ea408716c72.png) 'password' => 'c1ea602311a369f6',
'unix_socket' => '',
## LICENSE 'charset' => 'utf8mb4',
'collation' => 'utf8mb4_general_ci',
MIT 'prefix' => '',
'strict' => true,
'engine' => null,
],
]
];
```
- 执行安装
```shell
composer i
```
- 运行脚本
```shell
php syncClearing.php
```
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