Skip to content

Commit

Permalink
chore(relay-service): fix default value in config
Browse files Browse the repository at this point in the history
  • Loading branch information
mkermani144 committed Nov 11, 2024
1 parent d239f10 commit f68a8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/relay/src/configs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ export const pubsubTopics = config.get<string[]>('pubsubTopics') ?? [];
export const logs = config.get<TransportOptions[]>('logs') ?? [];

export const privateKeyFilePath =
config.get<string>('privateKeyFilePath') ?? './rosenet-pk';
config.get<string>('privateKeyFilePath') ?? './rosenet-secret.json';

0 comments on commit f68a8c0

Please sign in to comment.