# @Date: 2022-05-16T20:41:55+08:00 # @Email: fm453@lukegzs.com # @Last modified by: fm453 # @Last modified time: 2022-05-16T20:41:58+08:00 # @Copyright: www.hiluker.cn $config = [ 'components' => [ 'db' => [ 'class' => 'yii\db\Connection', 'dsn' => 'mysql:host=127.0.0.1;dbname=dacms', 'username' => 'dacms', 'password' => 'CiwE5YbLnL7Yw8zs', 'charset' => 'utf8', 'tablePrefix' => '', ], 'ac' => [ 'class' => 'yii\db\Connection', 'dsn' => 'mysql:host=127.0.0.1;dbname=ctms', 'username' => 'ctms', 'password' => 'cP45w8z7RCtHstst', 'charset' => 'utf8', 'tablePrefix' => '', ], ], ]; return $config;