settings.json is overwrited each time when admin app starts
See original GitHub issuenode version v4.3.1 OS X version 10.11.3
I just run
$ admin ./conf
and my settings.json (located in ./conf) rollback to first-run state.
Issue Analytics
- State:
- Created 8 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
JSON File Options Overwritten on Launch #17240 - GitHub
By editing the JSON files in %userprofile%\AppData\Local\Microsoft\PowerToys, the application should reflect those changes. Example:
Read more >transmission settings.json is overwritten. | TrueNAS Community
I don't know what's going on, but it seems like that transmission is reset every time when freenas is restarted. Any suggestion would...
Read more >User and Workspace Settings - Visual Studio Code
json file. You can open the settings. json file with the Preferences: Open Settings (JSON) command in the Command Palette (Ctrl+Shift+P).
Read more >ASP.NET Core appsettings.json update in code - Stack Overflow
What I managed to do was to move those two settings to another file - installationsettings.json, register them with reloadOnChange in Startup class...
Read more >Transmission daemon overwrites settings.json to the default
json file on Centos 5. Every time I start the daemon the file gets its default values. I want to configure only "rpc-authentication-required"...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I understand. Currently your best option is to use the code folding feature of your editor. For example in Sublime Text it is:
Ctrl+K+2
to fold all to second indent. So using this feature you can fold to all table keys.see this pull request https://github.com/simov/express-admin/pull/113