Guest User

Untitled

a guest
Jun 11th, 2018
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. admin.email.from.address=test@liferay.com
  2. admin.email.from.name=Test Test
  3. liferay.home=/home/portal
  4. setup.wizard.enabled=false
  5.  
  6. jdbc.default.username=***
  7. jdbc.default.driverClassName=com.mysql.jdbc.Driver
  8. jdbc.default.password=****
  9. jdbc.default.url=jdbc:mysql://localhost/lportal?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false
  10.  
  11. jdbc.otherdb.username=***
  12. jdbc.otherdb.driverClassName=com.mysql.jdbc.Driver
  13. jdbc.otherdb.password=****
  14. jdbc.otherdb.url=jdbc:mysql://localhost/otherdb?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false
  15.  
  16.  
  17. assetpublisher.instance=false
Add Comment
Please, Sign In to add comment