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 20abded commit 8befc84Copy full SHA for 8befc84
lib/helpers.js
@@ -5,10 +5,8 @@ import * as bedrock from '@bedrock/core';
5
import forwarded from 'forwarded';
6
import ipaddr from 'ipaddr.js';
7
8
-const {config} = bedrock;
9
-
10
export function getKeystoreId({localId, routes}) {
11
- const {baseUri} = config.server;
+ const {baseUri} = bedrock.config.server;
12
return `${baseUri}${routes.keystores}/${localId}`;
13
}
14
0 commit comments