None of that matters. Code goes in version control. Secrets that you want to keep secret don't. Therefore, you can't put secrets into your code.
Write the username and password into a configuration file, get the username and password from the environment, or use a non-password auth mechanism like an SSL certificate. Sent from my iPhone > On Jan 31, 2015, at 6:25 PM, Kent Borg <[email protected]> wrote: > >> On 01/31/2015 06:03 PM, Edward Ned Harvey (blu) wrote: >> Depends on a lot of stuff. What language? Running on a system you own, or >> deployed to someone else, etc? > > Daemons, written in Python, on a machine I fully control. > > -kb > > _______________________________________________ > Discuss mailing list > [email protected] > http://lists.blu.org/mailman/listinfo/discuss _______________________________________________ Discuss mailing list [email protected] http://lists.blu.org/mailman/listinfo/discuss
