This commit is contained in:
Ravi Prasad
2025-08-06 03:19:07 -05:00
parent 90c57c340a
commit 6d7e37bf78
2 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -30,9 +30,8 @@ swag init -g main.go -o docs
go run loadtest.go -n 100 -c 10 -url "http://127.0.0.1:8080/api/playeradvancedstats?page=1&pageSize=20" -log results.log -key "xxx"
```
### Local Environment
```bash
docker-compose -f docker-compose.local.yml up --build -d
```
```