You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, could you implement reading an existing config rather than rewriting it? I know that you cannot obtain servers pub and clients secrets from it. Anyway it will be convenient to migrate seamlessly to this tool. I moved my config with simple Python script.
Hey there. That's a good idea. I originally implemented it to always overwrite because without a proper config file (with secrets, etc.) it basically doesn't work. I could make it a command-line option when starting the app. I think that might be the best way to do it. What do you think?
Also I've basically slowed down progress on this as I'm currently in the process of rewriting it in Rust.
Hi, could you implement reading an existing config rather than rewriting it? I know that you cannot obtain servers pub and clients secrets from it. Anyway it will be convenient to migrate seamlessly to this tool. I moved my config with simple Python script.
The text was updated successfully, but these errors were encountered: