mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-20 11:37:01 -07:00
Tidied up environment var related code
This commit is contained in:
parent
2d982d2bb6
commit
198da56791
4 changed files with 50 additions and 7 deletions
|
|
@ -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: "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue