-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathexamples.manifest.yaml
37 lines (37 loc) · 1.09 KB
/
examples.manifest.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
- name: ilp
lang: javascript
path: examples/basic.js
header: |-
NodeJS client library [repo](https://github.com/questdb/nodejs-questdb-client).
- name: ilp-auth
lang: javascript
path: examples/auth.js
header: |-
NodeJS client library [repo](https://github.com/questdb/nodejs-questdb-client).
auth:
kid: testapp
d: 9b9x5WhJywDEuo1KGQWSPNxtX-6X6R2BRCKhYMMY6n8
x: aultdA0PjhD_cWViqKKyL5chm6H1n-BiZBo_48T-uqc
y: __ptaol41JWSpTTL525yVEfzmY8A6Vi_QrW1FjKcHMg
addr:
host: localhost
port: 9009
- name: ilp-auth-tls
lang: javascript
path: examples/auth_tls.js
header: |-
NodeJS client library [repo](https://github.com/questdb/nodejs-questdb-client).
auth:
kid: testapp
d: 9b9x5WhJywDEuo1KGQWSPNxtX-6X6R2BRCKhYMMY6n8
x: aultdA0PjhD_cWViqKKyL5chm6H1n-BiZBo_48T-uqc
y: __ptaol41JWSpTTL525yVEfzmY8A6Vi_QrW1FjKcHMg
addr:
host: localhost
port: 9009
- name: ilp-from-conf
lang: javascript
path: examples/from_conf.js
header: |-
NodeJS client library [repo](https://github.com/questdb/nodejs-questdb-client).
conf: http::addr=localhost:9000