We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b157c92 commit 5c79e58Copy full SHA for 5c79e58
src/utils/generateCommands.ts
@@ -7,7 +7,7 @@ export const generateCommands = (databaseId: string, config: any, engine: string
7
return {
8
curl: `curl -X PATCH \\
9
-H "Content-Type: application/json" \\
10
- -H "Authorization: Bearer YOUR_API_TOKEN" \\
+ -H "Authorization: Bearer $DIGITALOCEAN_TOKEN" \\
11
-d '${jsonBody}' \\
12
"https://api.digitalocean.com/v2/databases/${databaseId}/config"`,
13
0 commit comments