Commit 1fbcb90950b989aa4951da892e1e8fcd4a01d9aa
1 parent
43126c291a
Exists in
master
Add config.sample.json
Showing 2 changed files with 12 additions and 1 deletions Side-by-side Diff
config.sample.json
index.js
... | ... | @@ -4,7 +4,7 @@ const fs = require('fs'); |
4 | 4 | |
5 | 5 | const config = require('komodo-sdk/config'); |
6 | 6 | |
7 | -global.KOMODO_LOG_LABEL = `KOMODO-GW@${config.handler_name || 'DUMMY'}`; | |
7 | +global.KOMODO_LOG_LABEL = `KOMODO-GW@${config.handler_name || 'DUMMY2022'}`; | |
8 | 8 | |
9 | 9 | require('komodo-sdk/api-server'); |
10 | 10 | const sdNotify = require('komodo-sdk/sd-notify'); |