Skip to content

Secrets #3

Description

@kennyctran

const pool = mysql.createPool({
host: 'localhost',
user: 'root',
password: 'chillara',
database: 'sdcTest',
connectionLimit: 5
});

Do not commit secrets to your github repo. Look into environment variables and such to hide these.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions