Skip to content

Commit 2060ba6

Browse files
committed
Update: add new constants
1 parent bed5100 commit 2060ba6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/constants.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ module.exports = {
2222
unstructuredLog: p.join(DAEMON_ROOT, 'output.log'),
2323
structuredLog: p.join(DAEMON_ROOT, 'log.json'),
2424

25+
importKeyFilePath: '.hyperdrive-import-key',
26+
exportKeyFilePath: '.hyperdrive-export-key',
27+
2528
env: {
2629
endpoint: process.env['HYPERDRIVE_ENDPOINT'],
2730
token: process.env['HYPERDRIVE_TOKEN'],

0 commit comments

Comments
 (0)