I use Cake assembly to build and deploy the project, but in my script I have some service passwords that I don't want to disclose.
Is it possible to read passwords from an external file (maybe JSON?), Which I would not click on Github? So this file will only be on my computer.
Is there a standard way to do this with Cake?
source
share