launchSettings.json 514 B

123456789101112131415
  1. {
  2. "profiles": {
  3. "WSL": {
  4. "commandName": "WSL2",
  5. "distributionName": ""
  6. },
  7. "empty": {
  8. "commandName": "Project"
  9. },
  10. "upload small test": {
  11. "commandName": "Project",
  12. "commandLineArgs": "upload -url:\"https://www.studiou.cz/\" -apiKey:\"riyeVPRvz9QF1YmrhdSz9rgiVzhy3mSb\" -activeFrom:\"20.5.2025\" -activeTo:\"6.6.2025\" -descr:\"this is a test file\" -msg:\"please enjoy\" -pwd:\"12345\" -ref:\"ref0001\" -file:\"..\\..\\..\\..\\test.pdf\""
  13. }
  14. }
  15. }