Skip to content

Commit

Permalink
fixes example path & adds second http path
Browse files Browse the repository at this point in the history
  • Loading branch information
goodroot committed Mar 20, 2024
1 parent d4a8ec0 commit e139b4f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion examples.manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,17 @@
port: 9009
- name: ilp-from-conf
lang: go
path: examples/http/from-conf/main.go
path: examples/from-conf/main.go
header: |-
Go client library [docs](https://pkg.go.dev/github.com/questdb/go-questdb-client/v3)
and [repo](https://github.com/questdb/go-questdb-client).
conf: http::addr=localhost:9000;
- name: ilp-http-auth
lang: go
path: examples/http/auth-and-tls/main.go
header: |-
Go client library [docs](https://pkg.go.dev/github.com/questdb/go-questdb-client/v3)
and [repo](https://github.com/questdb/go-questdb-client).
auth:
kid: testUser1
d: 5UjEMuA0Pj5pjK8a-fa24dyIf-Es5mYny3oE_Wmus48

0 comments on commit e139b4f

Please sign in to comment.