Get without id
Comment out db
docker.io
This commit is contained in:
2024-11-17 12:22:43 -07:00
parent 23fa7a553e
commit c45310e81a
9 changed files with 57 additions and 29 deletions

1
.vscode/bash.md vendored
View File

@ -14,4 +14,5 @@ dotnet run --project src/OneReview
```bash 1731643960696 = 638672407606960000 = Thu Nov 14 2024 21:12:40 GMT-0700 (Mountain Standard Time)
docker compose up --build
podman compose up --build
```

2
.vscode/launch.json vendored
View File

@ -9,7 +9,7 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/src/OneReview/bin/Debug/net8.0/win-x64/OneReview.dll",
"program": "${workspaceFolder}/src/OneReview/bin/Debug/net9.0/win-x64/OneReview.dll",
"args": [
"s",
"test"

View File

@ -22,6 +22,10 @@
"dev": {
"host": "http://localhost:5243",
"token": "ey..dev"
},
"media": {
"host": "https://products.affirm.duckdns.org/",
"token": "ey..media"
}
}
}