Skip to content

Commit

Permalink
Add meshmap key
Browse files Browse the repository at this point in the history
  • Loading branch information
KomelT committed Mar 9, 2025
1 parent e9ebcf8 commit 90d9382
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mqtt/src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,7 @@ export const LOG_UNKNOWN_PACKET_TYPES: boolean = extractBoolean(

export const DECRYPTION_KEYS: string[] = process.env.DECRYPTION_KEYS?.split(
",",
) || ["1PG7OiApB1nwvP+rz05pAQ=="];
) || [
"1PG7OiApB1nwvP+rz05pAQ==",
"zrECbRbQIZOFrYf3skmymrsnW9p7Jjr9MjTB8bay40U=",
];

0 comments on commit 90d9382

Please sign in to comment.