Allow remembering the backend choice (#7) #16
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