方维订餐系统的数据库配置文件路径,方维数据库配置文件在哪里

方维订餐系统的数据库配置文件路径是public/db.global.php

<?php
return array(
'DB_HOST'=>'localhost',
'DB_NAME'=>'fanwedcv2',
'DB_USER'=>'root',
'DB_PWD'=>'root',
'DB_PORT'=>'3306',
'DB_PREFIX'=>'fanwe_',
);
?>

原文地址:https://www.cnblogs.com/wangtongphp/p/3420303.html