Update pkg/query-service/README.md

Co-authored-by: Prashant Shahi <prashant@signoz.io>
This commit is contained in:
Dhawal Sanghvi 2023-09-12 19:46:23 +05:30 committed by GitHub
parent 2fe9e53766
commit 7ae0326f61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ If you are on arm64 processors (Apple M1 Macs) run sudo make run-arm
```console
cd pkg/query-service
go build -o build/query-service main.go
ClickHouseUrl=tcp://localhost:9001 STORAGE=clickhouse --prefer-delta=true build/query-service
ClickHouseUrl=tcp://localhost:9001 STORAGE=clickhouse build/query-service --prefer-delta=true
```
# Frontend Configuration for local query-service.