File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const SYNC_DB_NAME = "fp_sync";
27
27
// }
28
28
29
29
if ( ! runtimeFn ( ) . isBrowser ) {
30
- const url = BuildURI . from ( process . env . FP_KEYBAG_URL || "file://. /dist/kb-dir-FireproofCloud" ) ;
30
+ const url = BuildURI . from ( process . env . FP_KEYBAG_URL || "file:///tmp /dist/kb-dir-FireproofCloud" ) ;
31
31
url . setParam ( "extractKey" , "_deprecated_internal_api" ) ;
32
32
process . env . FP_KEYBAG_URL = url . toString ( ) ;
33
33
}
@@ -104,7 +104,7 @@ export function connect(
104
104
connectURI . defParam ( "endpoint" , doc . endpoint ) ;
105
105
}
106
106
// eslint-disable-next-line no-console
107
- console . log ( "Fireproof Cloud: " + connectURI . toString ( ) ) ;
107
+ // console.log("Fireproof Cloud: " + connectURI.toString());
108
108
if (
109
109
doc . firstConnect &&
110
110
runtimeFn ( ) . isBrowser &&
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ export function makeKeyBagUrlExtractable(sthis: SuperThis) {
71
71
if ( runtimeFn ( ) . isBrowser ) {
72
72
base = "indexdb://fp-keybag" ;
73
73
} else {
74
- base = "file://. /dist/kb-dir-partykit" ;
74
+ base = "file:///tmp /dist/kb-dir-partykit" ;
75
75
}
76
76
}
77
77
const kbUrl = BuildURI . from ( base ) ;
You can’t perform that action at this time.
0 commit comments