Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

.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