dnet-role-management/src/main/resources/registry.properties

15 lines
574 B
Properties

## Registry Properties
registry.coid=2
registry.issuer=https://openaire-dev.aai-dev.grnet.gr/registry/
registry.user=user
registry.password=pass
registry.version=1.0
server.port=8090
## Redis Properties
redis.host = localhost
redis.port = 6379
redis.password =
## API Documentation Properties
api.title = DNET Role Management Documentation
api.description = DNET Role Management is a service which is communicating with AAI Registry service and provides methods to retrieve users information, assign roles to users or revoke roles from them.
api.version = ${project.version}