tests: configure static fixture ports and update org test config

This commit is contained in:
Paul Schneider 2026-07-12 05:48:47 +01:00
commit 4aacaf5e51
5 changed files with 33 additions and 9 deletions

View file

@ -1,6 +1,6 @@
{
"Site": {
"Authority": "https://localhost:5001",
"Authority": "https://localhost:5101",
"Title": "Yavsc dev",
"Slogan": "Yavsc : WIP.",
"Banner": "/images/yavsc.png",
@ -62,6 +62,16 @@
"UserName": "fakeuser",
"Password": "f/\\kePassw0rd"
}
},
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://localhost:5100"
},
"Https": {
"Url": "https://localhost:5101"
}
}
}
}