initial commit
This commit is contained in:
parent
39c67e77ec
commit
6490b8fef6
16 changed files with 1910 additions and 0 deletions
22
.vscode/launch.json
vendored
Normal file
22
.vscode/launch.json
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "lasuite-docs-proxy",
|
||||
"program": "bin/lasuite_docs_proxy.dart",
|
||||
"args": [
|
||||
"--socket",
|
||||
"./socket",
|
||||
"--authUri",
|
||||
"https://docs.federated.nexus/api/v1.0/documents/media-auth/",
|
||||
"--minioUri",
|
||||
"http://localhost:8080"
|
||||
],
|
||||
"request": "launch",
|
||||
"type": "dart"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue