VulcanJS / Vulcan

🌋 A toolkit to quickly build apps with React, GraphQL & Meteor
http://vulcanjs.org
MIT License
7.98k stars 1.89k forks source link

How to Update simple_settings.json File #1741

Closed ghost closed 7 years ago

ghost commented 7 years ago

Is it possible to update settings.json file?

I am using VulcanJS and want to open simple_settings.json file in a modal with editing feature and then update.

How to do this?

SachaG commented 7 years ago

Sorry, settings.json is read-only and cannot be modified from the client, mainly for security and convenience (easy to copy/save your config) reasons. If you'd like to have customizable settings you will have to create your own settings package.