14 lines
283 B
JSON
14 lines
283 B
JSON
{
|
|
"profiles": {
|
|
"Salmon.Service": {
|
|
"commandName": "Project",
|
|
"workingDirectory": "$(ProjectDir)/RunEnv",
|
|
"environmentVariables": {
|
|
"SALMON_URI": "http://localhost:5009/api/Push"
|
|
}
|
|
},
|
|
"Docker": {
|
|
"commandName": "Docker"
|
|
}
|
|
}
|
|
} |