• Australis13@fedia.io
    link
    fedilink
    arrow-up
    6
    ·
    29 days ago

    Sigh. Don’t hardcode credentials in scripts, especially client-facing ones! If you must have credentials in plaintext on a file system, at least do something like PostgreSQL’s pgpass file (and don’t commit it to your version control system, or have it accessible via your web server!) with the appropriate user permissions set on it.