File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,10 @@ const clientId = process.env.DRUPAL_CLIENT_ID as string
55const clientSecret = process . env . DRUPAL_CLIENT_SECRET as string
66
77export const drupal = new NextDrupal ( baseUrl , {
8- auth : {
9- clientId,
10- clientSecret,
11- } ,
8+ // Enable to use authentication
9+ // auth: {
10+ // clientId,
11+ // clientSecret,
12+ // },
1213 // debug: true,
1314} )
Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ const clientId = process.env.DRUPAL_CLIENT_ID as string
55const clientSecret = process . env . DRUPAL_CLIENT_SECRET as string
66
77export const drupal = new NextDrupalPages ( baseUrl , {
8- auth : {
9- clientId,
10- clientSecret,
11- } ,
8+ // Enable to use authentication
9+ // auth: {
10+ // clientId,
11+ // clientSecret,
12+ // },
1213 useDefaultEndpoints : true ,
1314 // debug: true,
1415} )
You can’t perform that action at this time.
0 commit comments