Advertisement
Guest User

Untitled

a guest
Jul 11th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1.  
  2. sven@physik-olat-test:~$ cat /etc/tomcat6/olat.local.properties
  3. # OLAT meine Properties, nach olat.properties-Empfehlung
  4.  
  5. userdata.dir=/var/lib/olat
  6. folder.root=${userdata.dir}/bcroot
  7. temp.dir=${userdata.dir}/tmp
  8. archive.dir=${userdata.dir}/deleted_archive
  9.  
  10.  
  11. defaultlang=de
  12. defaultcharset=UTF-8
  13.  
  14. log.dir=/var/log/olat
  15.  
  16. # todo: SMTP
  17. #smtp.host=localhost
  18. #smtp.user=
  19. #smtp.pwd=
  20. # usw., siehe olat.properties
  21.  
  22. # set this to CATALINA_HOME (aus /etc/init.d/tomcat6)
  23. tomcat.home=/usr/share/tomcat6
  24. tomcat.docbase=/var/lib/tomcat6/webapps
  25.  
  26.  
  27. # komisches zeug...
  28. #server.domainname=localhost
  29. #server.port=8080
  30.  
  31. ### wichtig: DATENBANK
  32. db.vendor=mysql
  33. db.database.dialect=org.hibernate.dialect.MySQL5InnoDBDialect
  34. db.name=olatdb
  35. db.user=olat
  36. db.pass=olatpwd
  37.  
  38. # wozu auch immer:
  39. db.admin.user=root
  40. db.admin.pass=physik
  41.  
  42. # kannste probieren:
  43. #db.show_sql=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement