Is there any easy way to save and restore settings to different environments?
-
The use case is that I have set up a local development instance of FusionAuth. I want to replicate it it along with a .env file on other developer's machines for easier development setup.
-
You could look at kickstart: https://fusionauth.io/docs/v1/tech/installation-guide/kickstart
This would be a good fit if the other devs fusionauth instances are going to be starting from scratch.
Otherwise you might want to vote for https://github.com/FusionAuth/fusionauth-issues/issues/560 which talks about a different path forward (which is as of now unimplemented).