Hi,
For context, I’m using the PSU docker image
I’ve been trying to change the default admin console session timeout
I’ve read “Sessions | v4 | PowerShell Universal” and I am able to update the parameter when manually editing the value in appsettings.json
However i want to change this setting through the docker environment variable so it persists through my container lifecycle workflow.
I created a environment key/value line: “Authentication__SessionTimeout=60”
But whatever i do i don’t see this updating the relevant section in appsettings.json, the value stays at the default.
If i browse to Settings > Configuration > .universal > setting.ps1 i can see it created a SessionTimeout parameter there, which throws an “A parameter connect be found that matches parameter name SessionTimeout” in the notification area.
If anyone solved this before any hints would be appreciated.
Thanks!
Z