You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: application-development/cloud-native/oci-queue/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,8 +47,8 @@ Create Queue and copy the Queue OCID and Enpoint:
47
47
48
48
<p>
49
49
When using another <code>region</code> than <code>EU_FRANKFURT_1</code> please modify the
50
-
<ahref="index.js#L10">
51
-
<code>index.js</code></a> Line #10 accordingly:
50
+
<ahref="index.js#L48">
51
+
<code>index.js</code></a> Line #48 accordingly:
52
52
53
53
<pre>
54
54
const region = common.Region.EU_FRANKFURT_1;
@@ -92,7 +92,7 @@ This example will poll for messages in the queue and finally writes a new messag
92
92
93
93
### Running locally
94
94
95
-
Clone this repo, setup npm and <code>oci cli</code> and modify <ahref="index.js#L8">index.js</a> line 8 by uncommenting it and removing/commenting lines 10-18 and replace lines 21-22
95
+
Clone this repo, setup npm and <code>oci cli</code> and modify <ahref="index.js#L46">index.js</a> line 46 by uncommenting it and removing/commenting lines 49-56 and replace lines 59-60
0 commit comments