Skip to content

Instantly share code, notes, and snippets.

@diegoulloao
Last active April 14, 2022 16:39
Show Gist options
  • Save diegoulloao/0bec57a988532e890146d57409076277 to your computer and use it in GitHub Desktop.
Save diegoulloao/0bec57a988532e890146d57409076277 to your computer and use it in GitHub Desktop.
Bananasplit-js .env example
# [Node]
NODE_ENV="development"
# [Sequelize]
DB_DIALECT="mysql"
# [Database]
DB_HOST="127.0.0.1"
DB_PORT="3306"
DB_DATABASE="db_backend"
DB_USERNAME="root"
DB_PASSWORD="secret"
# [Express]
#PORT=
# [Custom]
MY_CUSTOM_VAR="value"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment