Files
Regression-Testing/TestAutomateFunction/Properties/launchSettings.json
T

11 lines
241 B
JSON

{
"profiles": {
"TestAutomateFunction": {
"commandName": "Project",
"environmentVariables": {
"SPECKLE_TOKEN": "<YOUR TOKEN HERE>",
"SPECKLE_SERVER_URL": "https://latest.speckle.systems/"
}
}
}
}