For cleaner version control, I wish to move all of the installation specific files outside the app directory. The two files that change for each installation are config.json and datasources.json
Loopback boot allows the location of various config files to be passed to boot() e.g. modelsRootDir, dsRootDir. However, there is no provision for specifying the location of the config.json file.
For cleaner version control, I wish to move all of the installation specific files outside the app directory. The two files that change for each installation are config.json and datasources.json
Loopback boot allows the location of various config files to be passed to boot() e.g. modelsRootDir, dsRootDir. However, there is no provision for specifying the location of the config.json file.