Skip to content

Commit 97ada55

Browse files
committed
corrected error in sample setting output
1 parent 5efd45f commit 97ada55

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

IoTSonnenUploader/OCISetup/ConfigureIOTForDirectDBAccess.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ echo "Config settings for the IoTDBJDBC"
8181
echo iotdatacache.schemaname="$IOT_DOMAIN_SHORT_ID"__iot
8282
echo iotdatacache.ociregion=$OCI_CONFIG_REGION
8383
echo iotdatacache.connectionname=$DB_CONNECTION_NAME
84-
echo oci.dbtoken.compartment=$DB_COMPARTMENT_NAME
85-
echo oci.auth.type=InstancePrinciple
84+
echo iotdatacache.oci.dbtoken.compartment=$DB_COMPARTMENT_NAME
85+
echo iotdatacache.oci.auth.type=InstancePrinciple

0 commit comments

Comments
 (0)