Skip to content

Instantly share code, notes, and snippets.

@nermineslimane
Last active January 14, 2022 17:59
Show Gist options
  • Save nermineslimane/27d7ea288c83869e25ca152e64a6af85 to your computer and use it in GitHub Desktop.
Save nermineslimane/27d7ea288c83869e25ca152e64a6af85 to your computer and use it in GitHub Desktop.
This is the .env and how it should look lke for the project to work
#SERVER CONFIG
STATUS=production
DEV_PORT=7000
PROD_PORT=8000
#DB CONFIG
HOST=127.0.0.1
USER=root
PASSWORD=
DB=project
DIALECT=mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment