Salmon/Salmon.Service/Properties/launchSettings.json
2024-04-11 21:30:36 +02:00

13 lines
233 B
JSON

{
"profiles": {
"Salmon.Service": {
"commandName": "Project",
"environmentVariables": {
"SALMON_URI": "http://localhost:5009/api/Push"
}
},
"Docker": {
"commandName": "Docker"
}
}
}