test-environment-config.json 738 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "port" : 8080,
  3. "site-name" : "jMonkeyEngine Store",
  4. "site-hostname" : "store.jmonkeyengine.org",
  5. "site-scheme" : "https",
  6. "email" : "[email protected]",
  7. "smtp-user" : "",
  8. "smtp-password" : "",
  9. "https-enabled" : false,
  10. "database" : {
  11. "type" : "mysql",
  12. "address" : "jmestore-testing-mysql ",
  13. "port" : 3306,
  14. "name" : "jmestore",
  15. "username" : "root",
  16. "password" : "oEZi1nIeZwpS"
  17. },
  18. "security" : {
  19. "pbkdfIterations" : 80000,
  20. "passwordHashLength" : 512,
  21. "saltHashLength" : 512
  22. },
  23. "website" : {
  24. "registrationDisabled" : false,
  25. "email-enabled" : false
  26. },
  27. "smtp-port" : 587,
  28. "smtp-host" : "smtp.zoho.eu"
  29. }