We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed5100 commit 2060ba6Copy full SHA for 2060ba6
lib/constants.js
@@ -22,6 +22,9 @@ module.exports = {
22
unstructuredLog: p.join(DAEMON_ROOT, 'output.log'),
23
structuredLog: p.join(DAEMON_ROOT, 'log.json'),
24
25
+ importKeyFilePath: '.hyperdrive-import-key',
26
+ exportKeyFilePath: '.hyperdrive-export-key',
27
+
28
env: {
29
endpoint: process.env['HYPERDRIVE_ENDPOINT'],
30
token: process.env['HYPERDRIVE_TOKEN'],
0 commit comments