Skip to Content
0
Sep 06, 2018 at 07:55 AM

SAP Web-IDE Full Stack: how to handle configuration files

157 Views Last edit Sep 07, 2018 at 10:28 AM 2 rev

In SAP Web-IDE Full Stack we need to handle configuration files, typically json, that stores information that may change during application lifetime. We're looking to the proper way to change this files and fetch them from application: at the moment we store them with in the Web-IDE project, so we need to re-deploy to CF the application for each modification in configuration files (but this cannot be the correct way, if the customer needs to change the configuration on his own).

Is there some kind of best practices to achieve this task?