Show
Ignore:
Timestamp:
03/16/09 09:05:42 (3 years ago)
Author:
wouter
Message:

Release of his.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • his/tags/1.6.0/configuration/startsite/tomcat/conf/his.properties

    r822 r1206  
    4242# 
    4343xmldb.driver=org.exist.xmldb.DatabaseImpl 
    44 xmldb.url=xmldb:exist:///db 
    45 xmldb.username=admin 
    46 xmldb.password="" 
     44xmldb.url=xmldb:exist://localhost:8080/exist/xmlrpc/db 
     45xmldb.username=build 
     46xmldb.password=build 
    4747xmldb.healthrecord.collection.path=/his/healthrecords 
    4848 
     
    5050# LDAP configuration 
    5151# 
    52 ldap.url=ldap://www.joiningtracks.org:19389 
    53 ldap.baseDn=dc=jttest,dc=joiningtracks,dc=org 
    54 ldap.userDn=uid=root,cn=users,dc=jttest,dc=joiningtracks,dc=org 
    55 ldap.password=jttest 
     52ldap.url=ldap://localhost:19389 
     53ldap.baseDn=dc=jttest,dc=wsh,dc=nl 
     54ldap.userDn=uid=root,cn=users,dc=jttest,dc=wsh,dc=nl 
     55ldap.password=TTadmin11 
    5656 
    5757#The maximum size (in pixels) for the photo by the patient saved in the ldap 
     
    9393# Folder where the OSGi container stores its state (configuration, state of bundles, etc) 
    9494# 
    95 osgi.configuration.dir=/tmp/osgi_config 
     95osgi.configuration.dir=/Users/wouter/Development/tmp/osgi_config 
    9696 
    9797# 
    9898# Folder where the application watches for new plugins 
    9999# 
    100 osgi.bundles.pickup.dir=/tmp/osgi_pickup 
     100osgi.bundles.pickup.dir=/Users/wouter/Development/tmp/osgi_pickup 
    101101 
    102102# 
     
    117117frontpage.order.sample2=2 
    118118 
     119frontpage.order.OGGroupsOverview=3 
     120frontpage.order.ScreeningGroupsOverview=4 
     121frontpage.order.PatientStats=5 
     122 
    119123 
    120124###################################### 
    121125#    CalDav plugin configuration     # 
    122126###################################### 
    123 caldav.host=10.0.114.196 
     127caldav.host=localhost 
    124128caldav.port=8008 
    125129caldav.root=/calendars/ 
    126130 
    127 caldav.username=planning 
    128 caldav.password=planning 
     131caldav.username=admin 
     132caldav.password=admin 
    129133###################################### 
    130134# End of CalDav plugin configuration # 
  • his/tags/1.6.0/configuration/startsite/tomcat/conf/users.properties

    r898 r1206  
    2121anonymousUser=anonymousUser,ROLE_ANONYMOUS 
    2222user=user,ROLE_USER 
     23nok3=nok3,ROLE_USER, ROLE_ADMIN, ROLE_MEDICAL, ROLE_SUPERVISOR, ROLE_SECRETARIAAT 
    2324