From 6628f663b636675bcaea316f2deaddf337de480e Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期五, 13 三月 2026 10:23:31 +0800 Subject: [PATCH] feat(米重分析): 新增稳态识别和预测功能页面并优化现有模型 --- .env | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 41aea2c..6709d38 100644 --- a/.env +++ b/.env @@ -1,6 +1,6 @@ # Database Configuration -DB_HOST=localhost -DB_PORT=5433 +DB_HOST=192.168.21.6 +DB_PORT=5432 DB_NAME=aics DB_USER=aics -DB_PASSWORD=123456lb \ No newline at end of file +DB_PASSWORD=123456 \ No newline at end of file -- Gitblit v1.9.3