<?php // eftec/CliOne(1.24) PHP configuration file (date gen: 2023-03-11 17:50). DO NOT EDIT THIS FILE
/**
* it is the configuration of PdoOne
*/
$pdoOneConfig=[
'databaseType' => 'mysql',
'server' => '127.0.0.1',
'user' => 'root',
'pwd' => 'abc.123',
'database' => 'sakila',
];
|