This repository has been archived on 2026-06-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
carwash_order/config.php
T
wsh5485 93dfc4e5cd fix: 更新数据库配置并添加404页面
更新生产环境数据库连接配置
添加默认nginx 404错误页面
2025-12-05 17:03:26 +08:00

7 lines
167 B
PHP

<?php
// config.php - 数据库配置文件
$host = '43.163.99.193';
$username = 'carwash_600006_x';
$password = 'XxZR2SwBX1dcMKJT';
$database = 'carwash_600006_x';
?>