Test using "make test"
This commit is contained in:
parent
5c6d6ee687
commit
4bfc28a369
2 changed files with 15 additions and 4 deletions
16
.vscode/launch.json
vendored
16
.vscode/launch.json
vendored
|
|
@ -46,7 +46,21 @@
|
|||
"name": "C#: Yavsc.Org Debug",
|
||||
"type": "dotnet",
|
||||
"request": "launch",
|
||||
"projectPath": "${workspaceFolder}/src/Yavsc.Org/Yavsc.Org.csproj",
|
||||
"projectPath": "${workspaceFolder}/src/Yavsc.Org/Yavsc.Org.csproj"
|
||||
},
|
||||
{
|
||||
"name": "Web",
|
||||
"type": "coreclr",
|
||||
"request": "launch",
|
||||
"preLaunchTask": "build-web",
|
||||
"program": "${workspaceFolder}/src/Yavsc.Web/bin/Debug/net10.0/Yavsc.Web.dll",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}/src/Yavsc.Web",
|
||||
"stopAtEntry": false,
|
||||
"serverReadyAction": {
|
||||
"action": "openExternally",
|
||||
"pattern": "\\bNow listening on:\\s+(https?://\\S+)"
|
||||
},
|
||||
"env": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -75,9 +75,6 @@
|
|||
"ClientSecret": "[Your ClientSecret]"
|
||||
}
|
||||
},
|
||||
"Kyc": {
|
||||
"HmacSecret": "*** via dotnet user-secrets ou variable d'environnement ***"
|
||||
},
|
||||
"Moderation": {
|
||||
"AutoApproveThreshold": 0.7,
|
||||
"AutoRejectThreshold": 0.9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue