Commit 5401e86 1 parent 09e5632 commit 5401e86 Copy full SHA for 5401e86
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -323,9 +323,9 @@ const companionUrl = 'https://companion.uppy.io';
323
323
// const companionUrl = 'http://localhost:3020';
324
324
const endpoint = 'https://tusd.tusdemo.net/files/' ;
325
325
const googlePickerClientId =
326
- '1020900325465-7naospne1v7veupmu8rg3a6ipfogr9f0 .apps.googleusercontent.com' ;
327
- const googlePickerApiKey = 'AIzaSyCItfp_WaGGgbNFoU08LMs21ks-MxIqudo ' ;
328
- const googlePickerAppId = '1020900325465 ' ;
326
+ '458443975467-fiplebcb8bdnplqo8hlfs9pagmseo5nk .apps.googleusercontent.com' ;
327
+ const googlePickerApiKey = 'AIzaSyC6m6CZEFiTtSkBfNf_-PvtCxmDMiAgfag ' ;
328
+ const googlePickerAppId = '458443975467 ' ;
329
329
330
330
export default function Examples ( ) {
331
331
// Silly trick to please Docusaurus with client-side hooks such as useLocalStorage
Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ import styles from './index.module.css';
47
47
const companionUrl = 'https://companion.uppy.io' ;
48
48
const endpoint = 'https://tusd.tusdemo.net/files/' ;
49
49
const googlePickerClientId =
50
- '1020900325465-7naospne1v7veupmu8rg3a6ipfogr9f0 .apps.googleusercontent.com' ;
51
- const googlePickerApiKey = 'AIzaSyCItfp_WaGGgbNFoU08LMs21ks-MxIqudo ' ;
52
- const googlePickerAppId = '1020900325465 ' ;
50
+ '458443975467-fiplebcb8bdnplqo8hlfs9pagmseo5nk .apps.googleusercontent.com' ;
51
+ const googlePickerApiKey = 'AIzaSyC6m6CZEFiTtSkBfNf_-PvtCxmDMiAgfag ' ;
52
+ const googlePickerAppId = '458443975467 ' ;
53
53
54
54
const dashboardCode = `import Uppy from '@uppy/core'
55
55
import Dashboard from '@uppy/dashboard'
You can’t perform that action at this time.
0 commit comments