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.

.env.sample 666B

12345678910111213141516171819202122232425262728293031323334
  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. # API host:port
  5. API_HOST=localhost
  6. API_PORT=3001
  7. USE_LOCAL_DB=true
  8. DB_TYPE=mysql
  9. # Extra pepper for auth encryption
  10. PEPPER=kosho
  11. APP_SECRET=mysecret
  12. # Config for local test dB
  13. DB_HOST=localhost
  14. DB_PORT=3307
  15. DB_NAME=test
  16. DB_USER=root
  17. DB_ROOT_PASSWORD=root
  18. # Config for remote planet scale production dB
  19. PSCALE_DB_HOST=planet-scale-db
  20. PSCALE_DB_PORT=3306
  21. PSCALE_DB_NAME=pscale-db
  22. PSCALE_DB_BRANCH=main
  23. PSCALE_DB_USER=myuserpleasechange
  24. PSCALE_DB_PASSWORD=pscale_pw_abc123efg456hij789