UNPKG
oracle-nosqldb
Version:
latest (5.5.3)
5.5.3
5.5.2
5.5.1
5.5.0
5.4.0
5.3.4
5.3.3
5.3.2
5.3.1
5.3.0
5.2.4
5.2.3
5.2.2
5.2.0
Node.js driver for Oracle NoSQL Database
oracle-nosqldb
/
examples
/
config
/
cloud_template.json
16 lines
(15 loc)
•
336 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"region"
:
"your-region-id-here"
,
"auth"
:
{
"iam"
:
{
"configFile"
:
""
,
"profileName"
:
""
,
"tenantId"
:
""
,
"userId"
:
""
,
"fingerprint"
:
""
,
"privateKeyFile"
:
""
,
"passphrase"
:
""
,
"credentialsProvider"
:
""
}
}
}