Use runtime-dir Unix sockets for local gRPC

This commit is contained in:
Joe Julian
2026-04-11 08:26:37 -07:00
parent c017308aa1
commit 2ef571c241
16 changed files with 346 additions and 29 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
const ext = globalThis.browser ?? globalThis.chrome;
const nativeHost = "org.keepassgo.browser";
const nativeHost = "com.keepassgo.browser";
const defaultSettings = {
grpcAddress: "127.0.0.1:47777",
grpcAddress: "",
bearerToken: ""
};