2025-03-02 17:41:18 +08:00
|
|
|
{
|
|
|
|
"go.testEnvFile": "${workspaceFolder}/etc/unit_test.env",
|
|
|
|
"go.testEnvVars": {
|
2025-03-30 15:20:07 +08:00
|
|
|
"workspaceFolder": "${workspaceFolder}",
|
2025-03-23 10:39:44 +08:00
|
|
|
"CmdbConfigPath": "${workspaceFolder}/cmdb/etc/application.toml",
|
2025-03-30 15:20:07 +08:00
|
|
|
"McenterConfigPath": "${workspaceFolder}/mcenter/etc/application.toml",
|
|
|
|
"MpaasConfigPath": "${workspaceFolder}/mpaas/etc/application.toml"
|
2025-03-02 17:41:18 +08:00
|
|
|
}
|
|
|
|
}
|