Allow remembering the backend choice (#7) #16
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ const (
|
||||||
defaultServerSocket = ""
|
defaultServerSocket = ""
|
||||||
defaultServerStaticDir = "./"
|
defaultServerStaticDir = "./"
|
||||||
|
|
||||||
defaultIssuer = "locahost"
|
defaultIssuer = "http://localhost:5000"
|
||||||
|
|
||||||
defaultStorageType = Memory
|
defaultStorageType = Memory
|
||||||
defaultStorageFile = "./polyculeconnect.db"
|
defaultStorageFile = "./polyculeconnect.db"
|
||||||
|
|
Loading…
Reference in a new issue