diff --git a/coin-api-dist/src/main/resources/tomcat/coin-api.properties.vm b/coin-api-dist/src/main/resources/tomcat/coin-api.properties.vm index d78af06..4d52ccc 100644 --- a/coin-api-dist/src/main/resources/tomcat/coin-api.properties.vm +++ b/coin-api-dist/src/main/resources/tomcat/coin-api.properties.vm @@ -21,28 +21,28 @@ ## #################################################################### -janus.user=engine -janus.secret=engineblock janus.uri=https://serviceregistry._OPENCONEXT_DOMAIN_/simplesaml/module.php/janus/services/rest/ +janus.user=_OC__API_JANUSAPI_USER_ +janus.secret=_OC__API_JANUSAPI_PASS_ coin-api.jdbc.driver=com.mysql.jdbc.Driver coin-api.jdbc.url=jdbc:mysql://localhost:3306/api -coin-api.jdbc.user=root -coin-api.jdbc.password=c0n3xt +coin-api.jdbc.user=_OC__API_DB_USER_ +coin-api.jdbc.password=_OC__API_DB_PASS_ coin-api.ldap.url=ldap://localhost:389 -coin-api.ldap.password=ks97THqW2m3BN -coin-api.ldap.userDn=cn=ro,dc=surfconext,dc=nl +coin-api.ldap.password=_OC__LDAP_PASS_ +coin-api.ldap.userDn=_OC__LDAP_USER_ coin-api.engineblock.jdbc.driver=com.mysql.jdbc.Driver -coin-api.engineblock.jdbc.password=c0n3xt coin-api.engineblock.jdbc.url=jdbc:mysql://localhost:3306/engineblock -coin-api.engineblock.jdbc.user=root +coin-api.engineblock.jdbc.password=_OC__ENGINE_DB_PASS_ +coin-api.engineblock.jdbc.user=_OC__ENGINE_DB_USER_ coin-api.teams.jdbc.driver=com.mysql.jdbc.Driver coin-api.teams.jdbc.url=jdbc:mysql://localhost:3306/teams -coin-api.teams.jdbc.user=root -coin-api.teams.jdbc.password=c0n3xt +coin-api.teams.jdbc.user=_OC__TEAMS_DB_USER_ +coin-api.teams.jdbc.password=_OC__TEAMS_DB_PASS_ # global configuration of database properties, used for all data sources # in seconds @@ -101,4 +101,4 @@ spCertificate=?? saml-uuid-attribute=urn:oid:1.3.6.1.4.1.1076.20.40.40.1 # this is part of a regex pattern that should determine whether the group is internal -api.internal.group.pattern=^urn:collab:group:\\w*\\.?_OPENCONEXT_DOMAIN_.* \ No newline at end of file +api.internal.group.pattern=^urn:collab:group:\\w*\\.?_OPENCONEXT_DOMAIN_.*