fix: set correct default value for issuer
This commit is contained in:
parent
9719eefed4
commit
773a659c3e
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ const (
|
|||
defaultServerSocket = ""
|
||||
defaultServerStaticDir = "./"
|
||||
|
||||
defaultIssuer = "locahost"
|
||||
defaultIssuer = "http://localhost:5000"
|
||||
|
||||
defaultStorageType = Memory
|
||||
defaultStorageFile = "./polyculeconnect.db"
|
||||
|
|
Loading…
Reference in a new issue