選択できるのは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