Skip to content

Commit d5326d8

Browse files
committed
Add more secrets
1 parent 631821a commit d5326d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/app/dropbox/page.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ const handleVectorizeConnectDropbox = async () => {
144144
}
145145
});
146146
const git_token = "ghp_1234567890abcdefghijklmnopqrstuvwx"
147+
const test_token = "test_1234567890abcdefghijklmnopqrstuvwx";
148+
const AWS_ACCESS_KEY_ID = "AKIA1234567890ABCDEFGHI";
149+
const AWS_SECRET_ACCESS_KEY = "1234567890abcdefghijklmnopqrstuvwx";
147150
// Generate random user ID for demo purposes
148151
const randomUserId = "newVectorizeUser" + Math.floor(Math.random() * 10000);
149152
setVectorizeUserId(randomUserId);

0 commit comments

Comments
 (0)