Allow remembering the backend choice (#7) #16

Merged
faercol merged 3 commits from feat/7-remember-backend into main 2024-08-10 13:22:05 +00:00
Showing only changes of commit 773a659c3e - Show all commits

View file

@ -59,7 +59,7 @@ const (
defaultServerSocket = ""
defaultServerStaticDir = "./"
defaultIssuer = "locahost"
defaultIssuer = "http://localhost:5000"
defaultStorageType = Memory
defaultStorageFile = "./polyculeconnect.db"