| 1234567891011121314151617 |
- <?php
- /**
- * Created by PhpStorm.
- * User: Titan 名字就是密码
- * Date: 2020/1/2
- * Time: 17:52
- */
- /**
- * mt5数据库
- */
- return [
- 'class' => 'yii\db\Connection',
- 'dsn' => 'mysql:host=154.206.44.109;dbname=mt5',
- 'username' => 'root',
- 'password' => 'Titan666!@#',
- 'charset' => 'utf8',
- ];
|