93dfc4e5cd
更新生产环境数据库连接配置 添加默认nginx 404错误页面
7 lines
167 B
PHP
7 lines
167 B
PHP
<?php
|
|
// config.php - 数据库配置文件
|
|
$host = '43.163.99.193';
|
|
$username = 'carwash_600006_x';
|
|
$password = 'XxZR2SwBX1dcMKJT';
|
|
$database = 'carwash_600006_x';
|
|
?>
|