2025-05-11 11:11:27 +08:00
|
|
|
{
|
|
|
|
"go.testEnvVars": {
|
2025-05-11 11:45:08 +08:00
|
|
|
"workspaceFolder": "${workspaceFolder}",
|
|
|
|
"CONFIG_PATH": "${workspaceFolder}/application.yaml"
|
2025-05-11 11:11:27 +08:00
|
|
|
},
|
|
|
|
"go.testEnvFile": "${workspaceFolder}/etc/unit_test.env"
|
|
|
|
}
|