Skip to content

Commit 303b113

Browse files
author
tung-ideapad
committed
disableIPFS
1 parent 294792b commit 303b113

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2424,7 +2424,7 @@ document.addEventListener('alpine:init', () => { Alpine.data('mainApp', () => ({
24242424
this.pinataSecretApiKey = decrypted.pinataSecretApiKey || '';
24252425
this.ipfsGateway = decrypted.ipfsGateway || '';
24262426
this.useDirectIpfs = decrypted.useDirectIpfs !== undefined ? !!decrypted.useDirectIpfs : true;
2427-
this.disableIPFS = decrypted.disableIPFS || false; // Temporary flag to disable IPFS
2427+
this.disableIPFS = decrypted.disableIPFS || true; // Temporary flag to disable IPFS
24282428
this.ipfsRootCid = decrypted.ipfsRootCid || '';
24292429
window.ipfsRootCid = this.ipfsRootCid; // Sync to global for IPFS module
24302430
this.aiApiKey = decrypted.aiApiKey || '';

0 commit comments

Comments
 (0)