Skip to content
Snippets Groups Projects
Commit 6182a298 authored by ale's avatar ale
Browse files

Set default port for saml-server to :5007

parent 1b41e34b
Branches
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ import ( ...@@ -12,7 +12,7 @@ import (
) )
var ( var (
addr = flag.String("addr", ":5004", "address to listen on") addr = flag.String("addr", ":5007", "address to listen on")
configFile = flag.String("config", "/etc/sso/saml.yml", "`path` of config file") configFile = flag.String("config", "/etc/sso/saml.yml", "`path` of config file")
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment