QuestDB credentials#
คุณสามารถใช้ credentials นี้เพื่อยืนยันตัวตนกับ node ต่อไปนี้ได้:
Prerequisites#
สร้าง user account บน instance ของ QuestDB
Supported authentication methods#
- Database connection
Related resources#
ดูข้อมูลเพิ่มเติมเกี่ยวกับบริการนี้ได้ที่ QuestDB's documentation
Using database connection#
สำหรับการตั้งค่า credentials นี้ คุณจะต้องมี:
- Host: กรอก host name หรือ IP address ของ server
- Database: กรอกชื่อ database เช่น
qdb
- User: กรอก username สำหรับ user account ตามที่กำหนดค่าใน property
pg.user
หรือpg.readonly.user
ในserver.conf
ค่า default คือadmin
- Password: กรอก password สำหรับ user account ตามที่กำหนดค่าใน property
pg.password
หรือpg.readonly.password
ในserver.conf
ค่า default คือquest
- SSL: เลือกว่าการเชื่อมต่อควรใช้ SSL หรือไม่ ซึ่งจะตั้งค่า parameter
sslmode
ตัวเลือกที่มี:- Allow
- Disable
- Require
- Port: กรอกหมายเลข port ที่จะใช้สำหรับการเชื่อมต่อ ค่า default คือ
8812
ดูข้อมูลเพิ่มเติมที่ List of supported connection properties