so i just want to clarify somethings:
app deployed: test_app
directories: Default, Local
Default: inputs.conf
Local: no files
what happens if i make the following changes to the app on the client:
1)modify the file in default -> test_app/default/inputs.conf
Will changes be ovewritten?
2)create a file in local -> test_app/local/inputs.conf
Will changes be ovewritten, ie file deleted?
3)create a new file in default -> test_app/default/props.conf
Will changes be ovewritten, ie file deleted?*
IF there was some config in the local directory on th Deployment server ie
Local: savedseraches.conf
4) would the config in local even get deployed?
5) modify the deployed file in local -> test_app/default/savedseraches.conf
Will changes be ovewritten by orginal savedsearcjes.conf on the DS?
*OR*
Are no changes overwritten until the app and therefore hash is changed on DS itself?!
if it is will that overwrite local?
Can someone clear this up? Thanks!!
... View more