The staging site pulls from master branch. To test changes in backend data_files, we want to route it to dev files folder instead of live folder on Synapse.
So changing the config to use synapse_module.json to dev_synapse_module.json
Reminder:
Before a release, change config back to synapse_module.json. Will add this to Readme.
The staging site pulls from master branch. To test changes in backend data_files, we want to route it to
dev
files folder instead oflive
folder on Synapse.So changing the config to use
synapse_module.json
todev_synapse_module.json
Reminder: Before a release, change config back to
synapse_module.json
. Will add this to Readme.closes #198