Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

.env.sample 316B

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