Skip to content
This repository was archived by the owner on Jul 11, 2018. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions coin-api-dist/src/main/resources/tomcat/coin-api.properties.vm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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_.*
api.internal.group.pattern=^urn:collab:group:\\w*\\.?_OPENCONEXT_DOMAIN_.*