Files
barcode-host/.kanbn/tasks/run-secrets-task.md
2023-07-27 12:37:24 -07:00

24 lines
458 B
Markdown

---
status: "4-Done"
created: "2023-07-25T18:25:05.485Z"
updated: "2023-07-27T18:05:52.743Z"
type: "kanbn"
---
# run-secrets-task
```bash
cd Barcode-Host/Server
dotnet user-secrets init
dotnet user-secrets set "SerialPortName" ""
dotnet user-secrets set "RootPassword" "asdf"
dotnet user-secrets set "PostTo" "http://eaf-staging.mes.infineon.com:8080/api/Barcode/asdf"
dotnet user-secrets list
```
## Sub-tasks
- [x] phares3757
- [x] unity4
- [x] unity5