update .env.example

This commit is contained in:
TIANHE
2026-01-03 20:25:58 +08:00
parent dad169bb9c
commit fc2a30deed
7 changed files with 11 additions and 90 deletions
+2 -2
View File
@@ -335,7 +335,7 @@ QuantDinger 為全球用戶構建,提供全面的國際化支持:
```bash
git clone https://github.com/brokermr810/QuantDinger.git && \
cd QuantDinger && \
cp docker.env.example backend_api_python/.env && \
cp backend_api_python/env.example backend_api_python/.env && \
docker-compose up -d --build
```
@@ -343,7 +343,7 @@ docker-compose up -d --build
```powershell
git clone https://github.com/brokermr810/QuantDinger.git
cd QuantDinger
Copy-Item docker.env.example -Destination backend_api_python\.env
Copy-Item backend_api_python\env.example -Destination backend_api_python\.env
docker-compose up -d --build
```