Signed-off-by: TIANHE <TIANHE@GMAIL.COM>
This commit is contained in:
TIANHE
2025-12-30 18:02:32 +08:00
parent f34f811e8f
commit ff13fcce37
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ docker-compose up -d --build
#### 2. Configuration & Access
- **Frontend UI**: http://localhost
- **Frontend UI**: http://localhost:8888
- **Default Account**: `quantdinger` / `123456`
> **Note**: For production or AI features, edit `backend_api_python/.env` (add `OPENROUTER_API_KEY`, change passwords) and restart with `docker-compose restart backend`.
+1 -1
View File
@@ -245,7 +245,7 @@ docker-compose up -d --build
#### 2. 访问与配置
- **前端 UI**: http://localhost
- **前端 UI**: http://localhost:8888
- **默认账号**: `quantdinger` / `123456`
> **注意**:为了使用 AI 功能或生产环境安全,请编辑 `backend_api_python/.env`(添加 `OPENROUTER_API_KEY`,修改密码),然后执行 `docker-compose restart backend` 重启服务。
+1 -1
View File
@@ -231,7 +231,7 @@ docker-compose up -d --build
#### 2. アクセスと設定
- **フロントエンド UI**: http://localhost
- **フロントエンド UI**: http://localhost:8888
- **デフォルトアカウント**: `quantdinger` / `123456`
> **注意**: AI機能や本番環境のセキュリティのために、`backend_api_python/.env` を編集し(`OPENROUTER_API_KEY`の追加、パスワードの変更)、`docker-compose restart backend` でサービスを再起動してください。
+1 -1
View File
@@ -244,7 +244,7 @@ docker-compose up -d --build
#### 2. 접속 및 구성
- **프론트엔드 UI**: http://localhost
- **프론트엔드 UI**: http://localhost:8888
- **기본 계정**: `quantdinger` / `123456`
> **참고**: AI 기능이나 프로덕션 환경의 보안을 위해, `backend_api_python/.env`를 편집하여( `OPENROUTER_API_KEY` 추가, 비밀번호 변경) `docker-compose restart backend`로 서비스를 재시작하십시오.
+1 -1
View File
@@ -245,7 +245,7 @@ docker-compose up -d --build
#### 2. 訪問與配置
- **前端 UI**: http://localhost
- **前端 UI**: http://localhost:8888
- **默認賬號**: `quantdinger` / `123456`
> **注意**:為了使用 AI 功能或生產環境安全,請編輯 `backend_api_python/.env`(添加 `OPENROUTER_API_KEY`,修改密碼),然後執行 `docker-compose restart backend` 重啟服務。
+1 -1
View File
@@ -1,5 +1,5 @@
# QuantDinger Backend API Dockerfile
FROM python:3.11-slim
FROM python:3.12-slim
# Set working directory
WORKDIR /app