8000 added example files for credentials and config · cethap/sdk-node-tutorial@cf76d77 · GitHub
[go: up one dir, main page]

Skip to content

Commit cf76d77

Browse files
committed
added example files for credentials and config
1 parent 91792fa commit cf76d77

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

config.example.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module.exports = {
2+
key: 'xHZzysJg1RKVy0r7UjbysScXiMI',
3+
secret: '76iX1YwtQExRpbPZhigpuRW8IKA'
4+
};

public/src/credentials.example.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
var credentials = {
2+
key: ''
3+
};

0 commit comments

Comments
 (0)
0