Tidied up environment var related code

This commit is contained in:
David J. Allen 2024-05-06 17:25:04 -06:00
parent 2d982d2bb6
commit 198da56791
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC
4 changed files with 50 additions and 7 deletions

View file

@ -79,6 +79,8 @@ func NewConfig() Config {
Host: "127.0.0.1",
Port: 3333,
Issuer: server.IdentityProviderServer{
Host: "127.0.0.1",
Port: 3332,
Endpoints: oidc.Endpoints{
Authorization: "",
Token: "",