Skip to content

Commit

Permalink
TSK-1414: Fix exceptions in Kanban (#3119)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
  • Loading branch information
haiodo committed May 3, 2023
1 parent 439f4bb commit dbb255d
Show file tree
Hide file tree
Showing 48 changed files with 1,853 additions and 759 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,4 @@ pods/front/dist
*.cpuprofile
*.pyc
metrics.txt
dev/tool/report.csv
3 changes: 3 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
"SERVER_SECRET": "secret",
"REKONI_URL": "http://localhost:4004",
"FRONT_URL": "http://localhost:8080",
// "SERVER_PROVIDER":"uweb"
"SERVER_PROVIDER":"ws"

// "RETRANSLATE_URL": "http://127.0.0.1:4500",
//"RETRANSLATE_URL": "https://208.167.249.201",
// "RETRANSLATE_TOKEN": ""
Expand Down
Loading

0 comments on commit dbb255d

Please sign in to comment.