Skip to content

Instantly share code, notes, and snippets.

@Adurtxi
Last active August 2, 2021 13:04
Show Gist options
  • Select an option

  • Save Adurtxi/6c0cd989f2c1bd9264c0acbffdd4376e to your computer and use it in GitHub Desktop.

Select an option

Save Adurtxi/6c0cd989f2c1bd9264c0acbffdd4376e to your computer and use it in GitHub Desktop.
Env of NodeJS Backend wih Express and MySQL
HOST=127.0.0.1
PORT=3000
DB_HOST=localhost
DB_USER=root
DB_PASS=
DB_DATABASE=nodejs_mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment