You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/internal/cmd/config/testdata/TestLoad/MultiFileJSON/00-controller.json

15 lines
298 B

{
"disable_mlock": true,
"controller": [
{
"database": [
{
"url": "env://LOAD_TEST_BOUNDARY_POSTGRES_URL"
}
],
"description": "A controller",
"name": "controller0"
}
]
}