Advertisement
Guest User

Untitled

a guest
May 23rd, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. include-and-override=portal-developer.properties
  2.  
  3. #
  4. # MariaDB
  5. #
  6. #jdbc.default.driverClassName=org.mariadb.jdbc.Driver
  7. #jdbc.default.url=jdbc:mariadb://localhost/lportal?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false
  8. #jdbc.default.username=root
  9. #jdbc.default.password=liferay
  10.  
  11. #
  12. # MySQL
  13. #
  14. jdbc.default.driverClassName=com.mysql.jdbc.Driver
  15. jdbc.default.url=jdbc:mysql://localhost/lportal?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false
  16. jdbc.default.username=root
  17. jdbc.default.password=liferay
  18.  
  19. #
  20. # Set the properties of the default password policy.
  21. #
  22. passwords.default.policy.change.required=false
  23.  
  24. #
  25. # Set this to true if all users are required to agree to the terms of use.
  26. #
  27. terms.of.use.required=false
  28.  
  29. #
  30. # Set this property to true if the Setup Wizard should be displayed the
  31. # first the portal is started.
  32. #
  33. setup.wizard.enabled=false
  34.  
  35. #
  36. # Set the properties of the default password policy.
  37. #
  38. passwords.default.policy.change.required=false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement