Salmon/Salmon.Service/Properties/launchSettings.json
2024-04-25 22:02:17 +02:00

14 lines
283 B
JSON

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