You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314
  1. # Rename me to .env then fill me with runtime configuration and credentials
  2. # Just don't try to check me into your repo :)
  3. # Confused? See https://github.com/motdotla/dotenv
  4. #
  5. # e.g.
  6. API_HOST=localhost
  7. API_PORT=3001
  8. APP_SECRET=mysecret
  9. DB_ROOT_PASSWORD=root
  10. DB_USER=root
  11. DB_NAME=test
  12. DB_HOST=localhost
  13. DB_TYPE=mysql