Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nishthamongaondc authored Dec 27, 2023
1 parent bef41d8 commit c6b3120
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utilities/on_subscibe-service/node/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ const crypto = require('crypto'); // Node.js crypto module for encryption and de
const _sodium = require('libsodium-wrappers');

const port = 3000; // Port on which the server will listen
const PRIVATE_KEY_1 =
const ENCRYPTION_PRIVATE_KEY =
'MC4CAQEwBQYDK2VuBCIEILgcht9h660ZeO36tG+QuHGNcLN9JuAzxHWZl09f57Bh';
const PUBLIC_KEY_1 =
const ONDC_PUBLIC_KEY =
'MCowBQYDK2VuAyEAlKHWJWiEiHFGlAJ6TE4VMGaeQUYg5DHEpuQdiq6flnQ=';
const REQUEST_ID = '6a6abf53-674f-4d6d-a52b-62e3fda55e04';
const SIGNING_PRIVATE_KEY =
Expand Down

0 comments on commit c6b3120

Please sign in to comment.