6 lines
168 B
JSON
6 lines
168 B
JSON
|
{
|
||
|
"go.testEnvFile": "${workspaceFolder}/etc/unit_test.env",
|
||
|
"go.testEnvVars": {
|
||
|
"CmdbConfigPath": "${workspaceFolder}/cmdb/etc/application.toml"
|
||
|
}
|
||
|
}
|