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 402B

1234567891011121314151617181920
  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. USE_LOCAL_DB=true
  10. DB_ROOT_PASSWORD=root
  11. DB_USER=root
  12. DB_NAME=test
  13. DB_HOST=localhost
  14. DB_TYPE=mysql
  15. DB_PORT=3307
  16. PSCALE_DB_BRANCH=main
  17. PSCALE_DB_NAME=planet-scale-db