Skip to content

Commit 26047a4

Browse files
authored
Update config.json.example
Removed the optional parameters `KeyName` and `ImageId` to ensure portability
1 parent 11fed2c commit 26047a4

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

config.json.example

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
[
22
{
33
"ParameterKey": "BuildkiteAgentToken",
4-
"ParameterValue": "TokenGoesHere"
5-
},
6-
{
7-
"ParameterKey": "KeyName",
8-
"ParameterValue": "default"
9-
},
10-
{
11-
"ParameterKey": "ImageId",
12-
"ParameterValue": ""
4+
"ParameterValue": "<insert-your-token>"
135
}
146
]

0 commit comments

Comments
 (0)