File tree Expand file tree Collapse file tree 1 file changed +30
-9
lines changed Expand file tree Collapse file tree 1 file changed +30
-9
lines changed Original file line number Diff line number Diff line change 22 type : ydb
33prompts :
44 host :
5- hint : " your host name "
5+ hint : " YDB host. Example: localhost "
66 port :
7- default : 5432
87 type : " int"
9- user :
10- hint : " dev username"
11- password :
12- hint : " dev password"
13- hide_input : true
14- dbname :
15- hint : " default database"
8+ hint : " YDB port. Example: 2136"
9+ database :
10+ hint : " YDB database. Example: /local"
11+ schema :
12+ hint : " YDB schema. Optional."
13+ default : " "
14+ secure :
15+ hint : " Use grpcs protocol. Default: false"
16+ type : " bool"
17+ default : false
18+ root_certificates_path :
19+ hint : " Path to root certificates. Optional."
20+ default : " "
21+
22+ _choose_authentication_method :
23+ static_credentials :
24+ username :
25+ hint : " username"
26+ password :
27+ hint : " password"
28+ hide_input : true
29+ access_token :
30+ token :
31+ hint : " Access token"
32+ hide_input : true
33+ service_account :
34+ service_account_credentials_file :
35+ hint : " Path to service account credentials file"
36+
1637 threads :
1738 hint : " 1 or more"
1839 type : " int"
You can’t perform that action at this time.
0 commit comments