Skip to content
This repository was archived by the owner on Apr 3, 2019. It is now read-only.

Commit 65f6d78

Browse files
committed
fix(config): Add environment variable for ipHmacKey
1 parent 1e9693a commit 65f6d78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ module.exports = function (fs, path, url, convict) {
154154
},
155155
ipHmacKey: {
156156
doc: 'A secret to hash IP addresses for security history events',
157-
default: 'changeme'
157+
default: 'changeme',
158+
env: 'IP_HMAC_KEY'
158159
}
159160
})
160161

0 commit comments

Comments
 (0)